I need to send a Customized Error page for 503 Errors produced by my asp.net website. I have tried to simulate the condition by switching off the application pool (doesn\'t
You cannot customise the default 503 Service Unavailable error message. This is returned typically when the app pool is unavailable for some reason.
This description of when it occurs states that it comes directly from http.sys and everything on the internet seems to concur that it cannot be changed. I've looked at the http.sys registry settings and theres nothing useful there.
http://technet.microsoft.com/en-us/library/cc781893(WS.10).aspx