Iis – Access IIS Admin without local administrator rights

iiswindows-server-2003

We are running Microsoft Server 2003 with IIS. We would like to give our developers access to manage IIS (through IIS Admin) but do not want them to be administrators of the entire machine.

Putting them in "Power Users" group does not seem to work.

What permissions should we grant to our developers to allow them to manage IIS (e.g. add websites, modify app pools, etc.) without giving them full admin rights to the server?

Best Answer

Install the IIS Management Console onto their local machine, and get them to connect to the server from their local machine. Then you can give them whatever permissions they need on the local machine, disable their ability to log on to an interactive session, and then they can't get up to too much mischief.

This is how IIS servers should be administered anyway, it's generally a bad idea to have admins (let alone devs) logging onto server just to change a minor IIS setting.

The Windows 7 version of the Admin tools (which will administer 2k3 IIS just fine using the IIS 6 management console) can be found here.

Related Topic