I have what people say is a security/authentication/authorization problem. When I navigate to my page, I get this error. In the past the explanations have been like: "...when they changed to IUSR, it's not being authenticated properly" or "...you need
to add your User/Group to the wwwroot directory."
On: Windows 10 IIS 10.0.10586.0 (I think that this is IIS Express.)
Followed @Microsoft @Windows 10 Lesson 7 - Installing and Configuring #IIS Web Hosting YouTube
selected all Classic ASP settings
Did: Default Web Site>>Authentication>>Anonymous Authentication - (enabled).... put inmyusername
Then: Basic Settings – set “Connect As” to “myusername” with my password
Test Settings Button gives: Authentication and Authorization are both GREEN Messages are:
The specified user credentials are valid.
The specified user credentials are authorized to access the specified physical path.
Get the error above when I navigate to a .asp file, not with .html file
So it seems it can't be that the user isn't authenticated or can't get to the web directory.
What do I try next?
Windows 10 IIS 10.0.10586.0 IIS Express