Knowledgebase: WebsitePanel / Helm / Windows
HttpException: Request timed out on ASP.NET site
Posted by on 30 April 2013 12:16 AM
|
|
If your application needs more time to execute, you might see the below error in your site:
Server Error in '/' Application. To fix this, edit your web.config and increase the execution timeout value under systems.web tag. <system.web> <httpRuntime executionTimeout="x"/> </system.web> </configuration>
Where x is the execution timeout value in seconds. | |
|
Comments (0)