I am setting up our server so that we can install the ASP.Net web application on it.
I right-click the sites in IIS7 Manager and select Add Virtual Directory, and I clicked the Test Settings button, this message is displayed:
The server is configured to use pass-through authentication with a built-in account to access the specified physical path. However, IIS Manager cannot verify whether the built-in account has access. Make sure that the application pool identity has Read access to the physical path. If this server is joined to a domain, and the application pool identity is NetworkService or LocalSystem, verify that <domain>\<computer_name>$ has Read access to the physical path. Then test these settings again.
The message does not say how to do this.
On the server I'm configured on, Windows7 Home Premium is installed. The computer is configured with all installed by default and has a computer name such as MyComputer-PC (and not its real name). Domain not configured.
Can you tell us how to do what is described in the message?
source share