Saturday, March 24, 2012

Ajax timeout when debugging ASP.Net code

How can I prevent Ajax timeout errors while debugging my ASP.net code using Visual Studio? My page uses the Timer control, so it should be the cause of the problem.Set the page's ScriptManager property:

AsyncPostBackTimeout

="0"

No comments:

Post a Comment