Re: Strange 401.3 Errors In Log File
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 08/04/04
- Next message: David Wang [Msft]: "Re: Need to Change local path under home directory tab of Default Web Site using ADSI"
- Previous message: Kurgan_at_community.nospam: "Re: Changing Return-Path on CDO sent mails"
- In reply to: Stuart Doughty: "Strange 401.3 Errors In Log File"
- Next in thread: Stuart Doughty: "Re: Strange 401.3 Errors In Log File"
- Reply: Stuart Doughty: "Re: Strange 401.3 Errors In Log File"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 4 Aug 2004 01:37:49 -0700
First, you must realize that having "admin rights" on a server does NOT mean
you will never see "access denied". Administrators are like any other user
and can be denied access to a resource and see "access denied". The key
difference between a user and an administrator is that an administrator has
special permission to CHANGE the ACLs of any resource on the system to give
themselves access.
A 401.3 indicates that the remote user successfully authenticated to the web
server, but that identity was denied read/execute access on the resource
named by the URL. So, you clearly need to investigate:
1. What are the ACLs on the resources being denied
2. What is the remote authenticated identity
If you can trigger this phenomenon yourself, you should run FileMon
(www.sysinternals.com) and enable Auditing to monitor for the actual
authentication protocol, user identity, and access denied reason on access
to that file -- and we can go from there.
-- //David IIS This posting is provided "AS IS" with no warranties, and confers no rights. // "Stuart Doughty" <doughtysm*@hotmail.com> wrote in message news:O%23N%23fdMeEHA.3212@TK2MSFTNGP10.phx.gbl... Hi, I have just setup an intranet at work running on IIS5 / Windows 2000 advanced Server. The problem I am getting, is there has been 1700 401.3 errors in the last 3 days. I would accept this, except I get no feedback from the users (ie complaining about knackered pages) and when studying the log file, even I get 401.3 errors, and I have admin rights on the server! The errors occur for various pages, though the most common appears to be the root index.htm file. All files on the server have access rights for the users to read / execute, and selected files have modify depending on the user's needs for those files. Can anyone help? I have got NetTracker running and it's quite alarming to see all these 401.3 errors. Just better add, that the 401.3 error is the ACL authorization error which would indicate a rights issue, though as I say all files should have at least read / execute. TIA Stuart Doughty doughtysm*@*hotmail.com
- Next message: David Wang [Msft]: "Re: Need to Change local path under home directory tab of Default Web Site using ADSI"
- Previous message: Kurgan_at_community.nospam: "Re: Changing Return-Path on CDO sent mails"
- In reply to: Stuart Doughty: "Strange 401.3 Errors In Log File"
- Next in thread: Stuart Doughty: "Re: Strange 401.3 Errors In Log File"
- Reply: Stuart Doughty: "Re: Strange 401.3 Errors In Log File"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|