chris
Sat Oct 29 09:22:01 CDT 2005
If you delete the IUSR or IWAM accounts, IIS will recreate them when the
machine is rebooted. If you don't want to use the accounts anymore, then you
should disable them.
That said, if you're interested in some security best practices for IIS 6
applications, here is an article that explains how to configure IIS 6.0 for
isolating each of the applications from each other on the same server. It
also talks about the accounts that are used for running the application pool
and some recommendations for the anonymous user account used for directory
security.
Chris
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/webapp/iis/appisoa.mspx
"AnB" wrote:
> Hallo
>
> I have deleted my account IUSR_Computername to have anonymous access to my
> website. WHen I use another account (member off Guests with NTFS permissions
> in the root directory off my website) to have anonymous accessI receive an
> error
>
> Are there specific properties for an account that you want to use for
> anonymous access?
>
> Any ideas?
>
> Thanks An