IIS6 NTFS Required permissions

IIS6 NTFS Required permissions

am 21.09.2004 22:41:03 von nospamcrlfcom

I was getting ready to setup some website on iis6 and looked at the default
website NTFS permissions. Seems like an awful lot of accounts get
permissions.
Are all of these necessary?
Is there any documentation describing the accounts and why and what
permissions they need?

Administrators
IIS_WPG
Interactive
Internet Guest Account
Network
Network Service
ows_3825878182_admin
system
Users

Re: IIS6 NTFS Required permissions

am 22.09.2004 04:41:15 von jeff.nospam

On Tue, 21 Sep 2004 13:41:03 -0700, nospam@crlf.com
wrote:

>I was getting ready to setup some website on iis6 and looked at the default
>website NTFS permissions. Seems like an awful lot of accounts get
>permissions.
>Are all of these necessary?
>Is there any documentation describing the accounts and why and what
>permissions they need?

These accounts are likely because you inherit them from above:

>Administrators
>Interactive
>Network
>Network Service
>system
>Users

These are the two main IIS ones used.

>IIS_WPG
>Internet Guest Account

This looks like a FrontPage account:

>ows_3825878182_admin

You'll also see _WebAnonymous and _WebApplications if you use .NET.

You will want Administrators, Interactive, Network, Network Service
and System, maybe Users depending on waht you use, but feel free to
uncheck any of the rights you want and check your site. You may find
you don't need all of them.

Also, I'll bet Bernard and Ken's book has some info you'd like to see,
check out:

http://www.adopenstatic.com/

Jeff

Re: IIS6 NTFS Required permissions

am 22.09.2004 06:14:43 von Bernard

And this kb will help as well.
Default permissions and user rights for IIS 6.0
http://support.microsoft.com/?id=812614


--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/



"Jeff Cochran" wrote in message
news:4157e358.366250310@msnews.microsoft.com...
> On Tue, 21 Sep 2004 13:41:03 -0700, nospam@crlf.com
> wrote:
>
> >I was getting ready to setup some website on iis6 and looked at the
default
> >website NTFS permissions. Seems like an awful lot of accounts get
> >permissions.
> >Are all of these necessary?
> >Is there any documentation describing the accounts and why and what
> >permissions they need?
>
> These accounts are likely because you inherit them from above:
>
> >Administrators
> >Interactive
> >Network
> >Network Service
> >system
> >Users
>
> These are the two main IIS ones used.
>
> >IIS_WPG
> >Internet Guest Account
>
> This looks like a FrontPage account:
>
> >ows_3825878182_admin
>
> You'll also see _WebAnonymous and _WebApplications if you use .NET.
>
> You will want Administrators, Interactive, Network, Network Service
> and System, maybe Users depending on waht you use, but feel free to
> uncheck any of the rights you want and check your site. You may find
> you don't need all of them.
>
> Also, I'll bet Bernard and Ken's book has some info you'd like to see,
> check out:
>
> http://www.adopenstatic.com/
>
> Jeff
>