Tagged Questions
18
votes
6answers
9k views
Diagnosing “Request timed out” HttpExceptions
Here on StackOverflow, we're seeing a few "Request timed out" exceptions every day.
The facts:
Request timeout is the default 90 seconds
Occurs only on POSTs
Data posted is text, usually small ...
3
votes
1answer
364 views
Any Progress on Diagnosing “Request timed out” HttpExceptions?
I am having the same issue as described in this post, Diagnosing "Request timed out" HttpExceptions. I've turned on Failed Request Tracing as recommended and am working with someone at MS ...
1
vote
1answer
270 views
Why does IIS return a 500 status code when the server times out?
We're running IIS7 & .net 4.0. When the server times out due to a long running request, the error page is shown, but the error code is just 500 rather than 408 or possibly 503 that I'm expecting. ...