Server Error: HttpException (0x80004005): Request timed out.

Expand / Collapse
 
     

Server Error: HttpException (0x80004005): Request timed out.


The information in this article applies to:

  • Server Error in '/' Application.


    Request timed out.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Web.HttpException: Request timed out.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


    Stack Trace:

     
    [HttpException (0x80004005): Request timed out.]

ERROR
 

You get this error when displaying a Web page in your application:

Server Error: HttpException (0x80004005): Request timed out.

This typically occurs when a server-side code function or macro executes for a period of time longer than the maximum timeout period allowed for server-side code execution.

  
STEPS TO REPRODUCE
 NA.
  
SOLUTION
 

Adjust the executionTimeout parameter in your application’s Web.config file.

<httpRuntime
            maxRequestLength="10240"
            executionTimeout="36000"
/>

  
Last Reviewed: 
Keywords: 

Add Your Comments


Name: *
Email Address:
Web Address:
Verification Code:
*
 

Details
Last Modified:Monday, October 03, 2011
Last Modified By: MichaelDa
Type: ERRMSG
Article not rated yet.
Article has been viewed 2,371 times.
Options