ASP.NET Error Fix for : HTTP 401.3 Unauthorized Due to ACL on Resource
by editor Monday, March 06, 2006
Rating:
Vote this news:
If you developed an ASP.NET page and receive an error page form your locale ISS, you should check your setup. Cause, ISS tries to validate web clients for authorized. Normally a web client 's session sets Anounymous account. So you should check NTFS permissions and set correct permissions for .NET setup directory.
Noice that this error message differs from a standard 401 error message. The web clients have been logged on to the server, but the ASP.NET page that the clients are trying to access is restricted.
How to fix :
You should change permissions on .NET directory. Right click on folder and give at least "read" permission for IUSR_machinename and IWAM_machinename. Machine name could be your computer name.
Noice that this error message differs from a standard 401 error message. The web clients have been logged on to the server, but the ASP.NET page that the clients are trying to access is restricted.
How to fix :
You should change permissions on .NET directory. Right click on folder and give at least "read" permission for IUSR_machinename and IWAM_machinename. Machine name could be your computer name.



