摘要:
首先安装Microsoft Web Platform Installer,安装web部署工具3.0候选发布版,另外安装IIS:管理服务,打开IIS管理器,双击“Management Service Delegation”图标,在动作面板上,点击“Edit Feature Settings …”链接,打开“Edit Feature Settings”对话框—选中“Allow administrators to bypass rules”选项。这允许有服务器上管理员帐号的用户跳过Web管理服务的委托设置,而是使用管理员的权限进行操作:再双击管理服务,选中“Enable Remote Connect 阅读全文
posted @ 2012-10-22 14:51
717806198
阅读(3547)
评论(0)
推荐(0)
摘要:
最近在研究远程发布,要安装Microsoft Web Platform Installer。可是安装后在IIS中部显示Management Service Delegation,无法进行管理委托设置,查了很多资料才发现,这是该软件的bug,要在安装之前执行下列命令:dism /online /enable-feature /featurename:IIS-WebServerRoledism /online /enable-feature /featurename:IIS-WebServerManagementToolsdism /online /enable-feature /featuren 阅读全文
posted @ 2012-10-22 14:40
717806198
阅读(729)
评论(0)
推荐(0)