Link to home
Start Free TrialLog in
Avatar of jpharoah
jpharoah

asked on

IIS 6 getting 401.1 errors

I am getting 401.1 errors on my site. Running IIS 6, anonymous access only. I have changed the password on the IUSR account and and in IIS, I've also tried setting IIS to use my admin account. All to no avail. Directory permissions have been checked and double checked. The site was working fine two days ago and I have made no changes. I haven't even logged on to the server in days. I've restarted all appropriate services and the server itself. All five websites that it hosts are doing the same thing.
Avatar of dnojcd
dnojcd
Flag of United States of America image

use adsutil to set you IUSR password manualy using the following command and try once.
cscript.exe adsutil.vbs set w3svc/anonymoususerpass "password"
you can use this to retreive  your IUSR password ..
cscript.exe adsutil.vbs get w3svc/anonymoususerpass
Avatar of jpharoah
jpharoah

ASKER

I tried using the command you suggested. It seems to set the password, but I don't know that I was having trouble with that. I can set the password in IIS and in Local Users and Groups.

When I use the second command it tells me the password is "***********"
ASKER CERTIFIED SOLUTION
Avatar of Dave_Dietz
Dave_Dietz
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial