Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I get this following error.


HTTP 401.3 - Access denied by ACL on resource
Internet Information Services
Posted

1 solution

YES. It means that the web page on disk (probably a web page, but can be something else) cannot be accessed by the user running the web server (or by the user you're impersonating, but given the wording of your question, that is probably not the case).

The simplest way out of this is to give access to the directory where you store your web pages to everyone, and to recreate the web page that causes the error.

Note: DO THIS ONLY FOR PLAYING AROUND AND TESTING, NEVER DO THIS ON A PRODUCTION OR PUBLIC WEB SITE.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900