Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I heard that in IIS7 when one of the site is stopped, the request to that site's root is served from the default site.

But when I stop the site, the request is not served from the default site. Is there any setting. I just want to make it behave like that when site (Say 'site1') is stopped, IIS should display iisstart.htm page (Which is in the default site).

Why it is not working in my case?

share|improve this question
Would this be better on Superuser.com? – S.Lott Oct 13 '09 at 14:50

1 Answer

Well a little bit outdated anwser, but maybe someone will find it useful:

Default site's bindings bust be configured properly: IP Address: all unassigned or your special IP Port: 80 Alias: - leave this field empty

now default site will start to process all requests, that were not picked up by other sites.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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