码迷,mamicode.com
首页 > 移动开发 > 详细

appcmd cmd 操作IIS

时间:2019-06-09 00:50:27      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:cmd   app   打开   ati   config   site   test   sys   web   

创建子站点

appcmd.exe add app /site.name:"Default Web Site" /path:/TestSite /physicalPath:"C:\Applications"

打开C:\Windows\System32\inetsrv\config\applicationHost.config配置,添加下面的配置

<location path="Default Web Site/TestSite">
<system.webServer>
<security>
<authentication>
<windowsAuthentication enabled="true" />
<anonymousAuthentication enabled="false" />
</authentication>
</security>
</system.webServer>
</location>

appcmd cmd 操作IIS

标签:cmd   app   打开   ati   config   site   test   sys   web   

原文地址:https://www.cnblogs.com/lizhanglong/p/10992145.html

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