Wednesday, October 31, 2012

Increase ASP.NET page timeout

 Increase timeout of page by just adding following line
 in system.web of web.config
<httpRuntime executionTimeout="600" /> <!-value is in secs-->

No comments :

Post a Comment