all groups > iis security > july 2003 >
You're in the

iis security

group:

Delegation of IIS administration



Delegation of IIS administration Ash Dey
7/31/2003 11:23:01 PM
iis security: Is there any way, I can create a windows security group
and then delegate to manage the IIS admin without giving
the complete server administration right?

I am aware that, the IIS oprator group is unable to
create virtual directory i.e. by design.

I want the security group members should be able to add
new site or atleast a new virtual directory.

Regards,

Ash
RE: Delegation of IIS administration v-wdxu NO[at]SPAM online.microsoft.com
8/1/2003 10:16:20 AM
Hi Ash,

From my understanding to your issue, I think that the IIS management
console cannot match your requirement. Actually, granting other people
permissions to configure IIS is quite dangerous. For example, if somebody
can create an application with low protection level. He can run any ASP
page using the system account, which means he can control the whole system.
Therefore, if it is really necessary for you to delegate the permissions, I
suggest you delegate as few permissions as possible. For example, you can
write some code and call logonuser function to logon as the administrator
account to complete the tasks. You should limit the user's ability of this
management tool. I would suggest you to customize the existing IIS HTML
management tool. You can also build an IIS management application to use
the special accout or group to manage IIS. Each operation in the
application should be restriceted with the account or group specified by
you. You can narrow the NTFS ACL of directory or HTTP access to only the
accout or group specified by you. The ADSI and WMI can help you a lot on
programming to manage the IIS.

Does this answer your question? Thank you for using Microsoft NewsGroup!

Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
RE: Delegation of IIS administration Ash Dey
8/3/2003 5:39:43 PM
Thanks Wei-Dong for your reply.

My situation is very simple. We are operating in
university lab environment, where students need to create
their own web sites using the VB .NET on XP machines.
They need to create a virtual web directory or a virtual
site on the IIS linking it to their respective home
directories, where they store their own work.

Obviously, I don't want to give local admin right to all
the students in the lab computers running XP (which will
create a mess!). What will be the easiest solution in
this situation.

Regards,

Ash


[quoted text, click to view]
RE: Delegation of IIS administration v-wdxu NO[at]SPAM online.microsoft.com
8/4/2003 7:02:35 AM
Hi Ash,

Thank you for replying!

I recommend you build a ASP.net or ASP web application to manage the IIS
with the help of ADSI and WMI. Your students can login-in your web
application and build their virtual sites or vritual directory which can be
restricted by you.

Does this answer your question? Thank you for using Microsoft NewsGroup!

Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
AddThis Social Bookmark Button