简体   繁体   中英

The request timed out before the page could be retrieved. asp.net web application long server processing

i have a web application which which proccesses some request on some data that client selects, when the client selects more than 20 objects and clicks on proceed the client recieves this error, because the server takes a long time to process, however if the records are less and hence a timely response is recieved, no such error comes can someone help me on this?

i have increased the sessiontimeout as well as set the

Try adjusting the executionTimeout in your web.config...this only applies if debug is set to false however.

<httpRuntime 
    executionTimeout="some number"
  />

If this alone does not solve your issue, check out this blog post which goes into a bit more depth on how to structure your timeouts. Note the IIS reference towards the bottom...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM