I have a webhosting company. When a client does not I stop their sites app_pool and in the web.config I add:
<httpRedirect enabled="true" destination="http://account.SimpleTix.com/Suspended/" exactDestination="false" httpResponseStatus="Found">
<clear />
</httpRedirect>
However, since the app_pool is turned off the redirect does not happen and the 503 error appears. If I turn the app_pool on, the nice redirect happens. I'd rather not have extra app_pools running though. Is there a way to set the error 503 html code? I could just add a basic http refresh meta tag.
example... http://wongfurockauditorium.simpletix.com/