I created a local "testsite" in IIS version 10.0.17763.1
When I tested settings:
Authentication - success
Authorization - cannot verify access path, with error message:
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.
I tried to grant access to mypcname$ , but get an error message:
An object named "mypcname$" cannot be found. Check the selected object types and location for accuracy and ensure that you typed the object name correctly, or remove this object from the selection.
What should I do?
I do understand I need to add identifier with access, the questions are:
- 1. Which identifier (as mypcname$ didn't work)
- 2. to which files
Waiting for help,
Efrat