is it possible to turn off / make offline, a website on IIS7 BUT it has a maintenance page 'sorry, we're offline' with a status 503?

I know the app_offline.html page does this BUT it reports a 404, not a 503.

Can this be done another way?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Create a page in ASP which returns a 503 and use it instead of app_offline.html?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.