Re: Anonymous works 1 Day ??
From: David Wang [MS] (someone@online.microsoft.com)
Date: 09/28/02
- Next message: David Wang [MS]: "Re: Href to .exe gives a 404 file not found error"
- Previous message: David Wang [MS]: "Re: URLScan, multiple .ini files"
- In reply to: Thomas Deml [MS]: "Re: Anonymous works 1 Day ??"
- Next in thread: Stéphane LELEU: "Re: Anonymous works 1 Day ??"
- Reply: Stéphane LELEU: "Re: Anonymous works 1 Day ??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "David Wang [MS]" <someone@online.microsoft.com> Date: Sat, 28 Sep 2002 02:12:04 -0700
Minor detail with running adsutil. It is a VBScript (extension .VBS) and it
needs to be run by CSCRIPT. WScript is the default script execution engine
on Windows Server, so you need to run:
If you run CSCRIPT //h:CSCRIPT that will set CSCRIPT as the default script
engine. In that case, what Thomas gives will work.
Otherwise, you must run:
CSCRIPT %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs <command> <param1>...
-- //David This posting is provided "AS IS" with no warranties, and confers no rights. // "Thomas Deml [MS]" <thomad@online.microsoft.com> wrote in message news:e9J0mXmZCHA.1676@tkmsftngp08... Stephane, is the machine member of a domain and does the domain apply group policy? It seems that a group policy takes away the "logon locally" right from the IUSR account. This right is needed for IIS to logon the anonymous user though. Either you ask your domain admin to exclude the IIS machine from the group policy or you change the way IIS logs on the anonymous user. There is no UI to change the logon method. You would have to do it via script, e.g. c:\inetpub\adminscripts\adsutil set w3svc/logonmethod 3 This changes the logonmethod to "NETWORK_CLEARTEXT" which is default in IIS 6.0. If it doesn't work you can reset this by entering the following command: c:\inetpub\adminscripts\adsutil delete w3svc/logonmethod Hope this helps. Thomas Deml Lead Program Manager Internet Information Services Microsoft Corp. "Stephane Leleu" <sleleu@euroview.com> wrote in message news:a9b301c265f8$5a548ae0$35ef2ecf@TKMSFTNGXA11... > Hi there... > > I have a Windows 2000 adv. server with SP3 running IIS > (domain member). > Anonymous access is done with the integrated IUSR_... > local user. > Anonymous access can be done for a few hours then I get > a "Access Denied" error. > When restarting IIS service, it works for a few another > hours. > Event log says W3SVC Warning : "the user doesn't have the > required logon permission to log on this computer..." > > What's wrong ??
- Next message: David Wang [MS]: "Re: Href to .exe gives a 404 file not found error"
- Previous message: David Wang [MS]: "Re: URLScan, multiple .ini files"
- In reply to: Thomas Deml [MS]: "Re: Anonymous works 1 Day ??"
- Next in thread: Stéphane LELEU: "Re: Anonymous works 1 Day ??"
- Reply: Stéphane LELEU: "Re: Anonymous works 1 Day ??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|