Home All Groups Group Topic Archive Search About

Managing Virtual Directories in IIS

Author
9 Mar 2009 8:52 AM
erohitv
Our company uses network with a Domain Controller configured on Windows
Server 2008 with Active Directory and group policies implemented. All of our
developers login from Domain controller on their machines and on local
computers those users are member of "Standard User" group only. When we are
logged in with local user on those machines we cannot manage 
(Add/Edit/Delete) the Virtual Directories in IIS installed on local computer.
But when we login with Domain Administrator user on the same machine it gives
all the options to manage Virtual Directories in IIS.

We want to restrict the users to be member of "Standrad User" group only and
can't include them in local Administrators group.

How to overcome this problem of unable to manage Virtual Directories in IIS
in the given scenario?

Author
9 Mar 2009 9:47 AM
Ken Schaefer
For IIS 5.1 and IIS 6.0, IIS Manager includes a check to see whether the
user is in the local Administrators group (no requirement to be a Domain
Admin per se).

You can delegate change permissions to the IIS metabase (e.g. using Metabase
Explorer to change the ACLs) but you will still need to use a tool other
than IIS Manager to make the changes.

Since IIS 6.0 uses XML for configuration storage, you could just change the
NTFS permissions on that file and have your developers change the XML
directly.

Cheers
Ken


Show quoteHide quote
"erohitv" <eroh***@discussions.microsoft.com> wrote in message
news:D29EE437-B4E1-4ED5-97D7-D63E431E0380@microsoft.com...
> Our company uses network with a Domain Controller configured on Windows
> Server 2008 with Active Directory and group policies implemented. All of
> our
> developers login from Domain controller on their machines and on local
> computers those users are member of "Standard User" group only. When we
> are
> logged in with local user on those machines we cannot manage
> (Add/Edit/Delete) the Virtual Directories in IIS installed on local
> computer.
> But when we login with Domain Administrator user on the same machine it
> gives
> all the options to manage Virtual Directories in IIS.
>
> We want to restrict the users to be member of "Standrad User" group only
> and
> can't include them in local Administrators group.
>
> How to overcome this problem of unable to manage Virtual Directories in
> IIS
> in the given scenario?
>
>