IIS Remote access ask for password

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I enabled IIS, Built a web page on my computer, Gave 'everyone' and 'guest' read access and still when any one try to access the site, he is requested to enter password. what do I need to do clean it up so the password will not be required and the user/password will not popup
Maty
 
Visit the IIS specialists for help in this area:
news://msnews.microsoft.com/microsoft.public.inetserver.iis

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User

Be Smart! Protect your PC!
http://www.microsoft.com/security/protect/

--------------------------------------------------------------------------------------------------------


| I enabled IIS, Built a web page on my computer, Gave 'everyone' and 'guest' read access and still when any
one try to access the site, he is requested to enter password. what do I need to do clean it up so the
password will not be required and the user/password will not popup.
| Maty
 
The newsgroup that deal with IIS have inetserver in their newsgroup names.

If you have not installed the IISlockdown and allowed it to remove the help
web, then IIS documentation is available on your system at
http://localhost/IIShelp

You need to indicate within the IIS mgmt UI that the web allows anonymous
access (in directory security tab in the properties of the web), and also,
you need to make sure that the account used for anonymous access has
permission at the NTFS filesystem level to the web content files. The
default account used is named IUSR_<your machine> . This account
needs a grant of read on files and list on directories at a minimum

Maty said:
I enabled IIS, Built a web page on my computer, Gave 'everyone' and
'guest' read access and still when any one try to access the site, he is
requested to enter password. what do I need to do clean it up so the
password will not be required and the user/password will not popup.
 
Back
Top