Programming Redefined
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