503 Service Unavailable Custom?

D

David Lozzi

Howdy,

I'd like to setup an HTML for the error Service Unavailable however I don't
see 503 in the Custom Error list in IIS 6 (Win2003 stand sp1). How do I set
this up, if possible?

Thanks,
David Lozzi
 
G

Guest

The following errors are not customizable: 400, 403.9, 411, 414, 500,
500.11, 500.14, 500.15, 501, 503, and 505.

you can test if web.config

<customErrors mode="On" defaultRedirect="CustomError.aspx">
<error statusCode="503" redirect="Error503.aspx" />
</customErrors>

helps to manage that error, however I think it will not work
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top