I\'m making a request from an UpdatePanel that takes more then 90 seconds. I\'m getting this timeout error:
UpdatePanel
Microsoft JScript runtime err
There is a property on the ScriptManager which allows you to set the time-out in seconds. The default value is 90 seconds.
AsyncPostBackTimeout="300"