Browse by Tags

All Tags » Long running asp.net applications (RSS)

Asp.net web application times out on long running stored procedure by kemaltolga

If you are running a web application and you are processing a stored procedure that takes quite a while you might get a time out error. An easy way to fix this is to add "Connect Timeout=60" to your connection string in the web.config file. 60 is in seconds...
More Posts