Re: Request TimeOut Question...
From: Jeffrey Palermo [MCP] (http://dotnetjunkies.com/weblog/jpalermo)
Date: 11/17/04
- Next message: hn: "RE: Very large page - Need advice"
- Previous message: Jeffrey Palermo [MCP]: "Re: CompareValidator firing in Page_Load, validating empty control"
- In reply to: Steve Taylor: "Request TimeOut Question..."
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Nov 2004 17:49:37 -0600
Steve,
If your users are getting that crude error page in the first place, then
you aren't using custom error pages. See
http://support.microsoft.com/default.aspx?scid=kb;en-us;306355 for how to
implement this. This will ensure that your users NEVER see an ugly error
page, and you can write code to capture and log any error that a user may
cause.
Best regards,
Jeffrey Palermo
"Steve Taylor" <Remove_staylor@laborready.com> wrote in message
news:eJjcmMOzEHA.2016@TK2MSFTNGP15.phx.gbl...
> - I have a global error trap set in global.asax. This logs the errors.
> - Watching perfmon I am seeing more errors than are being logged.
> - Users are sending me a crude error page indicating "Server Error in
/MyApp
> Application...Request timed out."
> - There are no references to the executing page on the error page???
> - What is timing out? How do I capture that error?
>
> (Note: I do reference and access one WEB Service. Is there a separate
> setting there for timeouts? Is this the problem?)
>
> Thanks for any help.
> Steve
>
>
- Next message: hn: "RE: Very large page - Need advice"
- Previous message: Jeffrey Palermo [MCP]: "Re: CompareValidator firing in Page_Load, validating empty control"
- In reply to: Steve Taylor: "Request TimeOut Question..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|