IIS Server - HTTP Error 401.3 - Unauthorized

2

I just installed IIS server for testing and I can't get it to work, it shows 40.3 Error.

HTTP Error 401.3 - Unauthorized You do not have permission to view this directory or page because of the access control list (ACL) configuration or encryption settings for this resource on the Web server.

Module              IIS Web Core
Notification        AuthenticateRequest
Handler             StaticFile
Error Code          0x80070005
Requested URL       http://localhost:8051/
Physical Path       C:\Users\Steve\Documents\ASP\1
Logon Method        Anonymous
Logon User          Anonymous

How can I fix this?

windows-7
iis
iis-7
asked on Super User Feb 27, 2012 by sed

1 Answer

1

If its a development machine just give everyone read/write/execute privileges on that directory. That's pretty much dropping a nuke on the user privileges and def not something to do in a production environment. But has worked for me in the past on my development / testing boxes.

answered on Super User Feb 27, 2012 by bigamil

User contributions licensed under CC BY-SA 3.0