【发布时间】:2019-03-06 06:21:54
【问题描述】:
我在 Windows 8 上安装了 IIS 服务器并发布了我的第一个站点,这是我得到的错误。任何帮助将不胜感激。
详细错误信息:
模块 IIS Web 核心
通知开始请求
处理程序尚未确定
错误代码0x80070021
Config Error
This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".
配置文件 \?\C:\inetpub\wwwroot\ContractorScoping\web.config
请求的网址 http://localhost:80/ContractorScoping
物理路径 C:\inetpub\wwwroot\ContractorScoping
登录方式 尚未确定
登录用户 尚未确定
Config Source:
68: <validation validateIntegratedModeConfiguration="false" />
69: <modules>
70: <remove name="ApplicationInsightsWebTracking" />
第 69 行以红色突出显示
【问题讨论】:
标签: iis