I've created a new site within IIS and pointed to my local Documents directory
C:\Users\name\Documents
via
http://localhost:8080/
The error I'm getting is
HTTP Error 401.3 - Unauthorized
I've checked the properties of the Documents folder under Security. for IIS_IUSRS, Read & Execute, List folder contents and Read are checked.
Others like SYSTEM, myUsername, Administrators have more rights to this folder.
Not sure what I'm missing here, please advise.