I am working in IIS 7.5 (Windows Server 2008 R2 SP1).
I entered the website: http://mysite.com/index.htm and it works.
It resides in C:\inetpub\wwwroot where the "Default Web Site" is set.
HTTP Error 401.3 - Unauthorized You do not have permission to view this directory or page because of the access control list (ACL) configuration or encryption settings for this resource on the Web server.
The solution given by the site did not fix the problem:
http://support.microsoft.com/kb/942042/en-us
In Microsoft Windows Explorer, locate the folder that contains the file that you want to browse. •Right-click the folder, and then click Properties.
•Click the Security tab.
•Add the account of the authenticated user.
•Grant the Read permission to the account, and then click OK.
This did not fix my problem. Read permission was already check.
Is there a fix for IIS 7.5 so I can view my website?