Home All Groups Group Topic Archive Search About
Author
12 Dec 2008 4:01 PM
Markisha
Hi all,
I have an IIS 6 web server that hosts multiple web sites.
i would use a dedicated user for each web site instead of using the default
anonymous user (IUSR_ServerName).
I think that's possible, but my question is about the security level i have
to set up for this manually defined anonymous user to reach an optimal
security behaviour.

I hope you understand my problem...
Thanks in advance.

Author
15 Dec 2008 5:15 AM
Bernard Cheah [MVP]
Yes, it is possible in fact you should take care of the app pool id as well.
Meaning each site should reside in own app pool. Been a while I have work on
IIS 6, don't think this apply to IIS 6, but in IIS 7 you can now 'config'
the app pool id as the anonymous user request id. Skip the hassle to
maintain two separate account for each site/app.

Anyway, for IIS default user/group permissions, read -
Default permissions and user rights for IIS 6.0
http://support.microsoft.com/?id=812614


Show quoteHide quote
"Markisha" <Marki***@discussions.microsoft.com> wrote in message
news:45DDB9B7-5A07-45B7-95D1-D000ED5ECC34@microsoft.com...
> Hi all,
> I have an IIS 6 web server that hosts multiple web sites.
> i would use a dedicated user for each web site instead of using the
> default
> anonymous user (IUSR_ServerName).
> I think that's possible, but my question is about the security level i
> have
> to set up for this manually defined anonymous user to reach an optimal
> security behaviour.
>
> I hope you understand my problem...
> Thanks in advance.
Author
15 Dec 2008 8:20 AM
Markisha
Thank you for the answer, now i'll check the docs and tells you.
Bye.