M
Mark
Hi...
We've got a page that's throwing HttpException "Request timed out" error
messages and for the life of us we can't figure out why. One of the problems
is that there is no stack trace with that exception so it's harder to figure
out what it's doing when the clock runs out. Attaching a debugger obviously
changes things.
I've found a number of posts online where people say there are 2 event log
messages for both the HttpException and the underlying ThreadAbortException.
In the screen caps I've found the event log message for the
ThreadAbortException includes the stack trace of the thread getting whacked.
But on our systems, I only see one event log message for the HttpException.
By default our application does have an error handler. I've tried changing
it to do a Server.ClearError() and not, still no ThreadAbortException trace.
I deleted the web config to get the handler out of the way; this changed the
text of the HttpException message in the event log but still no
ThreadAbortException and no trace.
How does one get a stack trace of where the page was at the time of timeout?
We're still using 2.0.50727.3082
We've got a page that's throwing HttpException "Request timed out" error
messages and for the life of us we can't figure out why. One of the problems
is that there is no stack trace with that exception so it's harder to figure
out what it's doing when the clock runs out. Attaching a debugger obviously
changes things.
I've found a number of posts online where people say there are 2 event log
messages for both the HttpException and the underlying ThreadAbortException.
In the screen caps I've found the event log message for the
ThreadAbortException includes the stack trace of the thread getting whacked.
But on our systems, I only see one event log message for the HttpException.
By default our application does have an error handler. I've tried changing
it to do a Server.ClearError() and not, still no ThreadAbortException trace.
I deleted the web config to get the handler out of the way; this changed the
text of the HttpException message in the event log but still no
ThreadAbortException and no trace.
How does one get a stack trace of where the page was at the time of timeout?
We're still using 2.0.50727.3082