Jeremy Wadsworth
My Contribution to the ASP.NET Community


Welcome   
Welcome to my personal website. Here you will find blog posts related to web development as well as personal related interests. If you're here for the source code to my Personal Web Site Kit, please register and you'll receive an email when your account has been approved.


Latest Blog Entries

 Thursday, December 18, 2008


Sys.WebForms. PageRequestManager TimeoutException: The server request timed out.    
I got the exact message: Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out.

There's a real simple fix to this annoying message that pops up. I was getting this in Visual Web Developer while stopped at breakpoints during debugging. Find your <ScriptManager code and modify it to include the AsyncPostBackTimeOut property. Then set the property value in seconds. I set mine to 4 minutes like so.

<asp:ScriptManager ID="MyScriptManager" runat="server"
      AsyncPostBackTimeout="240">
</asp:ScriptManager>


jeremy at 4:27 PM | (172) Comments | Add a comment | Permalink







Join WebHost4Life.com






If you would like to help support this project, please click the button below to make a small donation.