When testing my virtual directory I get the following authentication error:
"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."
How do I:
1. Make
sure that the application pool identity has Read access to the physical
path?
2. Determine if this server is joined to a domain?
3. Determine if the application pool
identity is NetworkService or LocalSystem?
4. Verify that
<domain>\<computer_name>$ has Read access to the physical
path?