IIS搭建Http服务配置Web.config

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<directoryBrowse enabled="true" />
</system.webServer>
<system.web>
<authentication mode="Windows" />
<identity impersonate="false" />
</system.web>
</configuration>

posted on 2020-05-09 08:51  开发中123  阅读(1279)  评论(0编辑  收藏  举报

导航