ReckItRob
ReckItRob

Reputation: 342

What permissions are needed to administer IIS without being 'administrator'?

Is there a way to set up a user group that has permissions to administrate IIS services (use the IIS plugin in MMC) without being a 'Administrator' on the box?

Upvotes: 5

Views: 8776

Answers (1)

Steven Robbins
Steven Robbins

Reputation: 26599

Unfortunately, if it's IIS6, then you need to be local admin. If it's IIS7 then things are significantly more granular. If you're planning to move to IIS7 (or currently use it) then there's a good blog post here that takes you through it.

Upvotes: 7

Related Questions