Security – Default document not working after installing SP1 on Windows 2008 R2 x64

iis-7iis-7.5Securitywindows-server-2008-r2

We have a web site that should only be available for authorized users. So we deny anonymous access for the site. However we do allow anonymous access to the default page and the login page.

When we installed SP1 the behavior of the server changed. Now if the user is trying to access the root of the site, say http://mysite.com, she is redirected to login page rather than the default page. Is there a hotfix to bring back the previous behavior?

Best Answer

You're default page for root of site is controlled by the "Default Document", which is a list of files tried one after the other when browsing to the root of a site/folder. Check there to be sure the one you want is at the top, as maybe the SP reset the list or the inheritance of the list.