解决在IIS7.0上部署ASP.NET1.1站点时【“/”应用程序中的服务器错误。无法识别的配置节“system.webServer”】的问题

详细错误

“/”应用程序中的服务器错误。


配置错误

说明: 在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。

分析器错误信息: 无法识别的配置节“system.webServer”

解决办法

在ASP.NET1.1的machine.config 中<configSections></configSections>之间加入:

<section name="system.webServer" type="System.Configuration.IgnoreSectionHandler,System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />

另:相应的machine.config的位置: C:\Windows\Microsoft.NET\Framework\v1.1.4322\CONFIG\machine.config.

你可能感兴趣的:(.net,应用服务器,Microsoft,asp.net,asp)