如何避免管理员编辑 IIS 默认网站属性
我们是一个大团队。我们中的一些人对托管产品开发版本的开发服务器具有管理员访问权限。
是否仍然可以限制谁可以从 IIS 访问某个虚拟目录或默认网站属性。
例如:我希望 A 能够控制他在 IIS 上的应用程序的设置,但不能控制默认网站或同一 IIS 中控制的其他人的应用程序。
We are a big team. some of us having admin access on development servers that host development version of products.
Is it possible to still limit who can access a certain virtual directory or Default websites properties from IIS.
Ex: I want person A to be able to control settings of his application on IIS but not the default website or someone else's application controlled in the same IIS.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果他们是本地管理员,那么您将无法阻止他们做任何事情。
如果他们不是本地管理员,那么您可以通过在
inetmgr
(IIS 管理器)中编辑该目录的权限,授予他们编辑单个虚拟目录或整个网站的权限。在 IIS 7 中,通过右键单击 IIS 管理器中的目录并选择“编辑权限...”来执行此操作。If they are a local administrator then you won't be able to stop them doing anything.
If they are not a local administrator then you can give them permissions to edit individual virtual directories or the entire web site by editing the permissions for that directory in
inetmgr
(IIS Manager). In IIS 7 do this by right clicking on the directory in IIS Manager and selecting "Edit Permissions...".