ASP.NET UpdatePanel Time Out

Posted by ctrlShiftBryan on Stack Overflow See other posts from Stack Overflow or by ctrlShiftBryan
Published on 2008-10-01T18:18:58Z Indexed on 2010/05/21 7:40 UTC
Read the original article Hit count: 215

Filed under:
|
|

I'm making a request from an UpdatePanel that takes more then 90 seconds. I'm getting this timeout error.

"Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out."

Does anyone know if there is a way to increase the amount of time before the the call times out?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about AJAX