
April 18th, 2007, 01:40 PM
|
|
Registered User
|
|
Join Date: Apr 2007
Posts: 2
Time spent in forums: 16 m
Reputation Power: 0
|
|
Quote: | Originally Posted by Kiryn I just installed IIS6. And when I do http://localhost/
I get error 403. Login Authentication. I get this using IE7.
I deleted all the files in /wwwroot/ folder but but not all the others in Inetpub/ |
Hi mate,
403 indicates authentication problems and is usually due to no default documents present (when Directory browsing is not enabled for the folder you try to access) or, if if you're utilizing anonymous access not sufficient security rights for the account that's used for impersonations, something like "IUSR_computername" by default.
Good luck!
|