How do I set request timeout in web config?
To modify the HTTP request timeout
- From a text editor, open the Web. config file. …
- Locate a line that reads: httpRuntime executionTimeout="900"
- Modify the value to however many seconds you want ASP.NET to wait for a request to complete before shutting it down.
- Save the Web. config file.
May 6, 2005