I have an Active Directory domain service account that has permissions to a share on our SAN that will host IIS web site content. I needed to allow IIS to access the share via the service account. Here’s how to do it in IIS 7.0 on Windows Server 2008:
- Open Server Manager > Roles > Web Server (IIS) > Internet Information Services (IIS) Manager > ServerName > Sites > WebSiteName
- Double click Authentication > Anonymous Authentication > Edit
- Under Anonymous user identity, select Specific User > Set
- Enter the user name and password > OK > OK
- Restart the web site
Reference and details: