| .NET DotNet Forum Index » ASP.NET Forum » How to void "time out" error?... |
|
Page 1 of 1 |
|
| Author |
Message |
| aspfun via DotNetMonster.com... |
Posted: Wed Oct 28, 2009 12:37 pm |
|
|
|
Guest
|
My app used store procedure to update data.
I some rush hour, users complain that they got "time out" error very often.
How to void it? It should be configured in web.config file or in ASP.NET code
file?
--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net/200910/1 |
|
|
| Back to top |
|
|
|
| Mr. Arnold... |
Posted: Wed Oct 28, 2009 12:55 pm |
|
|
|
Guest
|
|
| Back to top |
|
|
|
| Gregory A. Beamer... |
Posted: Thu Oct 29, 2009 12:34 pm |
|
|
|
Guest
|
"aspfun via DotNetMonster.com" <u53138 at (no spam) uwe> wrote in
news:9e477e79bcd3c at (no spam) uwe:
Quote: My app used store procedure to update data.
I some rush hour, users complain that they got "time out" error very
often. How to void it? It should be configured in web.config file or
in ASP.NET code file?
As Mr Arnold stated, you can increase time out for connection and even
command, but this does not solve the root cause of the problem. I would
figure out why the update is so slow and start solving the actual problem
rather than simply make it look like there is no problem.
Peace and Grace,
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Twitter: at (no spam) gbworld
Blog: http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
******************************************* |
|
|
| Back to top |
|
|
|
|