(I was using Chrome - I redid this in IE)
I have this site in my Default Website Folder and outside the website Default Folder. When I try to browse to the site in my Default Folder it gives me this error.
Server Error in Application "application name" HTTP Error 500.19 – Internal Server Error HRESULT: 0x80070005
Description of HRESULT :The requested page cannot be accessed because the related configuration data for the page is invalid.
It says * You are using IIS 7.0 on a computer that is running Windows Vista. Additionally, you configure the Web site to use UNC Passthrough authentication to access a remote Universal Naming Convention (UNC) share.
* The IIS_IUSRS group does not have the appropriate permissions for the ApplicationHost.config file or for the Web.config file.
To fix this:
Method 1 Do not configure the Web site to use UNC Passthrough authentication to access the remote UNC share. Instead, specify a user account that has the appropriate permissions to access the remote UNC share.
Method 2 Grant the Read permission to the IIS_IUSRS group for the ApplicationHost.config file or for the Web.config file.
To do this, follow these steps: 1. In Windows Explorer, locate the ApplicationHost.config file that is associated with the Web site, or locate the Web.config file that is associated with the Web site. 2. Right-click the ApplicationHost.config file, or right-click the Web.config file. 3. Click Properties. 4. Click the Security tab, and then click Edit. 5. Click Add. 6. In the Enter the object names to select box, type computername\IIS_IUSRS, click Check Names, and then click OK.
Neither of these will work. There is no security tab in web.config file and when I try to change the Password Authentication by entering a User Name/Password - it tells me the Password is invalid.