tags:

views:

39

answers:

1

The organization policy does not allow normal users be assigned to Administrators group of some Windows Server. But some of them need rights to manage the IIS service of these server via RDP. What kind of permission should I give to these users to let them could manage IIS without add them to Administrators group?

All these servers are not in Domain.

A: 

For IIS 6, these users must be local administrator if they want to manage IIS.

sky100