11-27-04 07:47 AM
On Wed, 24 Nov 2004 14:17:45 +0100, "Mike Schwarz" <ctek@ctek.ch>
wrote:
>i have installed a small script on a virtual web called explore.aspx
>this is able to explore my whole c:\ directory, as the user asp.net
>is a member of the group "Domain User / User" and this user
>does has read permission on the whole drive c:\
>
>how can i prevent this?
Don't have the asp.net user in the domain users group *and* remove
domain users from the NTFS permissions for the root of C:\.
>is it necessary that asp.net user is member of "Domain User/Users" ?
No.
Are you running IIS on a DC? There are idiosyncracies to this since
the IIS accounts become domain accounts and have a different access
potential than if they are local accounts. Basically, remove all
access for accounts that don't need access.
Jeff
[ Post a follow-up to this message ]
|