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?