Home All Groups Group Topic Archive Search About
Author
22 Jun 2005 1:20 AM
Phill Y via WinServerKB.com
I am having troubles in trying to remove the password from my websites. The
websites are being run through IIS. I want to make it so that the password
box doesn't appear anymore and it doesn't need you to log in. What can i do???


--
Phill

Author
22 Jun 2005 7:39 AM
Oyvind
Phill Y via WinServerKB.com wrote:
> I am having troubles in trying to remove the password from my websites. The
> websites are being run through IIS. I want to make it so that the password
> box doesn't appear anymore and it doesn't need you to log in. What can i do???
>
>
Sounds like you either aren't allowing anonymous logins to your website,
or you have not set appropiate permissions on your website root directory.

To enable anonymous logins, right-click on your website, choose
properties, then "Directory Security", click "Edit". Make sure that the
checkbox saying "Anonymous access" is checked, and that the password
given for the IUSR_xxx account is correct.

Also, ensure that IUSR_xxx has permission to your website root. This is
done by editing the list of users/groups with access in the Security tab
of the folder's properties.

Hope this helps!

- Oyvind
Author
24 Jun 2005 2:46 AM
Jeff Cochran
On Wed, 22 Jun 2005 01:20:01 GMT, "Phill Y via WinServerKB.com"
<forum@nospam.WinServerKB.com> wrote:

>I am having troubles in trying to remove the password from my websites. The
>websites are being run through IIS. I want to make it so that the password
>box doesn't appear anymore and it doesn't need you to log in. What can i do???

Allow anonymous access and remove all other authentication.

Jeff