码迷,mamicode.com
首页 > 其他好文 > 详细

命令行配置IIS7 IP和域名限制

时间:2016-07-29 19:45:08      阅读:285      评论:0      收藏:0      [点我收藏+]

标签:iis7

appcmd.exe set config "Default Web Site" -section:system.webServer/security/ipSecurity /+"[ipAddress=‘192.168.100.1‘,allowed=‘False‘]" /commit:apphost

appcmd.exe set config "Default Web Site" -section:system.webServer/security/ipSecurity /+"[ipAddress=‘169.254.0.0‘,subnetMask=‘255.255.0.0‘,allowed=‘False‘]" /commit:apphost
appcmd.exe set config "Default Web Site" -section:system.webServer/security/ipSecurity /+"[domainName=‘testPC‘,allowed=‘False‘]" /commit:apphost


命令行配置IIS7 IP和域名限制

标签:iis7

原文地址:http://flybozhou.blog.51cto.com/818675/1831590

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!