Re: HTTP 401.3 error: Please help - Urgent.
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 09/21/04
- Next message: Pat [MSFT]: "Re: IISState log help"
- Previous message: KT: "Re: Server Error : Cannot Create Folder "Images""
- In reply to: RAM GANESAN: "Re: HTTP 401.3 error: Please help - Urgent."
- Next in thread: David Wang [Msft]: "Re: HTTP 401.3 error: Please help - Urgent."
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 20 Sep 2004 20:16:25 -0700
I read the KB link you posted, and I do not think it applies here. You say
that you are getting a 401.3 error, which indicates the user logged on and
was denied by ACL. The KB mentions a scenarios where you get a 401.1 --
inability to logon -- when the Security log is full AND you misconfigured
the security log to not overwrite automatically -- so the system is
basically waiting for you to read and clear the log so that it doesn't
accidentally erase any incriminating activities.
Please read my other post to your problem to troubleshoot further. I do not
think IUSR has anything to do with this situation.
-- //David IIS This posting is provided "AS IS" with no warranties, and confers no rights. // "RAM GANESAN" <ramganesan@gmail.com> wrote in message news:2dca7102.0409201341.736b2900@posting.google.com... A major update to the following post (please do read the full post down below): I came across this Microsoft KB article..... http://support.microsoft.com/default.aspx?scid=kb;EN-US;832981 ...and am strongly convinced that the security event log being full is the reason why non-administrative users are not able to access the websites. I (an administrator on the server) am not able to view or clear the security even log. When I try to access the log it gives the error: Unable to complete the operation on "Security." A required privilege is not held by the client. Why is this happening? Is this really WHAT IS CAUSING AUTHENTICATION PROBLEMS in my server? Please reply. Thanks. ramganesan@gmail.com (RAM GANESAN) wrote in message news:<2dca7102.0409200554.61b22099@posting.google.com>... > Hello, > > I have a site which uses Basic Authentication. The site authenticates > only me and others who are among the 'Administrators' group in the > server. All other users get the HTTP 401.3 Access denied by ACL on > resource error!! No changes was made to the folder permissions > recently and the only thing that happened before the site broke down > was that several critical windows updates were pushed by our network > admin and the webserver rebooted. > > I downloaded the AuthDiag tool and tried to use the Check > Authentication task but it always gives me "URL entered is invalid" > error!!! I enter the complete URL to that > site..like...http://www.###.com/ab/cd/foldername/index.cfm > > I can access the URL from my browser as I am an administrator on the > server. If I try to access the URL from a common user's browser...I > get the login prompt and even if user enters the right login > information it gives the 401.3 error. Since it is a https site and > requires basic authentication, I guess the AuthDiag tool could not get > in with whatever account that it uses to authenticate in. > > Does this have anything to do with the IUSR_Machinename account? I > believe that pushing Microsoft updates alone cannot mess up anything > in a server but is it possible that once the updates are installed and > the server is rebooted, the ACLs and/or windows accounts (especially > IUSR_) did not get set up properly? > > I tried to investigate further on the IUSR_Machinename account and > this is what I found: > > I used the following VBS code to find out what the IUSR_machinename > and IWAM_machinename account passwords were and I was surprised to see > that the code returned a password for IWAM account BUT NOT the IUSR > account!!! It was empty! Is this possible? Is this why I am having all > these troubles? > > .VBS code: > ________________________________________________________ > Dim IIsObject > > Set IIsObject = GetObject ("IIS://localhost/w3svc") > > WScript.Echo "UserName = " & IIsObject.Get("AnonymousUserName") & > vbCrlf & _ > "UserPass = " & IIsObject.Get("AnonymousUserPass") & vbCrlf & vbCrlf > &_ > "WAMUser = " & IIsObject.Get("WAMUserName") & vbCrlf & _ > "WAMPass = " & IIsObject.Get("WAMUserPass") > > Set IIsObject = Nothing > _________________________________________________________ > > Please....this is urgent. I appreciate all the help I can get.
- Next message: Pat [MSFT]: "Re: IISState log help"
- Previous message: KT: "Re: Server Error : Cannot Create Folder "Images""
- In reply to: RAM GANESAN: "Re: HTTP 401.3 error: Please help - Urgent."
- Next in thread: David Wang [Msft]: "Re: HTTP 401.3 error: Please help - Urgent."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|