W
William F. Robertson, Jr.
Some of my users are receiving an error:
Server Error in '/' Application.
----------------------------------------------------------------------------
----
Request timed out.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Request timed out.
Source Error:
An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): Request timed out.]
I have written code to handle both a Page_OnError and Application_OnError
for tracking purposes. I am trying to receive email notification when a
user receives this error. I have a generic error page that all unhandleable
errors are redirected to, but I log every error. I really want to know when
this error is occurring to my users. No notification are sent and my users
see the ugly server error screen.
What am I missing out on?
TIA,
bill
Server Error in '/' Application.
----------------------------------------------------------------------------
----
Request timed out.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Request timed out.
Source Error:
An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): Request timed out.]
I have written code to handle both a Page_OnError and Application_OnError
for tracking purposes. I am trying to receive email notification when a
user receives this error. I have a generic error page that all unhandleable
errors are redirected to, but I log every error. I really want to know when
this error is occurring to my users. No notification are sent and my users
see the ugly server error screen.
What am I missing out on?
TIA,
bill