My site is running under IIS correctly. But after working for long time. It start giving the timeout error, seems like sever busy in doing other work. But the SQL server is running in my local host with no server usage/load except of the current application.
“Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.”
After doing the system restart only i can resume my work. Need help on this. Thanks in advance
It sounds like you’re hitting the execution timeout. If you’re reaching this threshold, you may want to do some profiling to see if there’s a performance bottleneck somewhere. To work around this issue, you can specify an execution timeout in the
web.config:To change the execution timeout in SQL Server go to the server properties:
http://img197.imageshack.us/img197/3152/srvrprops.png
See here for more details:
Changing the CommandTimeout in SQL Management studio