Re: How to customize "server too busy" error page?
- From: "DC" <dc@xxxxxxxxx>
- Date: 21 Jan 2007 12:47:41 -0800
Thank you. Is there no way to get a grip on the "server too busy" page
or implement a redirect into that page - no matter where in the
pipeline the error occurs? I mean, is the page hardcoded into a dll?
I understand that a "service unavailable" message may appear if IIS is
simply unable to return anything else, but I cannot understand that I
am forced to possibly return a more complex framework error page
without any options to customze / hide it. That looks really crappy in
a professional application.
Alvin Bruney [MVP] schrieb:
You should be able to map a custom error page in the web config file and
filter by error codes. Unfortunately, depending on when the error occurs,
before it hits the pipeline, it may not be redirected to the error page.
--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
"DC" <dc@xxxxxxxxx> wrote in message
news:1169216228.845460.126570@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
there is a 500;13 page one can configure in the website properties, but
.Net Framework 1.1 also delivers the "server too busy" message
sometimes and the IIS custom error page does not seem to catch that.
How would I customize the error page then?
Regards
DC
.
- Follow-Ups:
- Re: How to customize "server too busy" error page?
- From: Alvin Bruney [MVP]
- Re: How to customize "server too busy" error page?
- References:
- How to customize "server too busy" error page?
- From: DC
- Re: How to customize "server too busy" error page?
- From: Alvin Bruney [MVP]
- How to customize "server too busy" error page?
- Prev by Date: Re: Simple code - convert from VB.net to c#.net (web dev)
- Next by Date: cookies in asp.net
- Previous by thread: Re: How to customize "server too busy" error page?
- Next by thread: Re: How to customize "server too busy" error page?
- Index(es):
Relevant Pages
|