N
nms
I've an ASP.net web site, Since last some days, Users are experiencing
problem when they try to generate reports (for a large date range)
it says,
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 unhanded 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.
HOWEVER,
I've put an error handling for each sub as well as one in global.asax
Application_Error() too.
Still I'm not able to catch this error!!
I don't want my users to see the ugly error page.
Can you help me out ?
thanks in advance.
problem when they try to generate reports (for a large date range)
it says,
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 unhanded 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.
HOWEVER,
I've put an error handling for each sub as well as one in global.asax
Application_Error() too.
Still I'm not able to catch this error!!
I don't want my users to see the ugly error page.
Can you help me out ?
thanks in advance.