Is there a way to provide limited access to IIS config, either via a tool shipped with IIS or another utility? In our case we need to give some users a read-only type of access, to be able to see IIS configuration but not modify it. It is Windows Server 2003, IIS 6. Thanks!

link|improve this question
feedback

2 Answers

up vote 0 down vote accepted

Read-only access to the configuration is not possible within IIS. At least it isn't with built-in functionality.

IIS was designed to only allow read/write access to Administrators.

Non-administrative users have do not have the permission to neither write nor read the configuration as configuration access would already provide a potential security breach / disclosure.

Still there is the chance that one of the various configuration-frontends or control panels for IIS support this functionality.

link|improve this answer
I found a reference to this becoming possible in IIS 7: webservertalk.com/message1370833.html Do you know if that is true? – Sasha Nov 9 '10 at 20:02
feedback

It's not in the most easily-readable form, but the on-disk IIS metabase is just an XML file from IIS 6 on. Any information you need can come from there.

link|improve this answer
Thank you, is there a UI tool to allow viewing that info in a friendly format? – Sasha Nov 9 '10 at 20:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.