当前位置:编程学习 > C#/ASP.NET >>

win2008下.net运行问题

Server Error in '/TEST' Application.
--------------------------------------------------------------------------------

Configuration Error 
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 

Parser Error Message: Unrecognized configuration section 'system.webServer'

Source Error: 


Line 111: <add key="IbeCName" value="FFP01"></add>
Line 112:  </appSettings>
Line 113:    <system.webServer>
Line 114:        <directoryBrowse enabled="true" />
Line 115:    </system.webServer>
 

Source File: C:\inetpub\wwwroot\test\web.config    Line: 113 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032 




操作系统是win2008,.net架构是1.1,也注册了,就是运行不了 --------------------编程问答-------------------- 自己顶,解决结贴 --------------------编程问答-------------------- 急! 急! 急! --------------------编程问答-------------------- 我现在也遇到这样的问题!麻烦大家了 --------------------编程问答-------------------- ASP.NET v1.1 will throw runtime exceptions out of the box if you have IIS configuration in the web.config files that are read by your ASP.NET v1.1 applications.  To make ASP.NET v1.1 ignore IIS configuration sections, open the Framework v1.1 machine.config file (%windir%\Microsoft.NET\Framework\v1.1.4322\config\machine.config) and add the following section entry just above the bottom tag for the <configSections> element:

<section name="system.webServer" type="System.Configuration.IgnoreSectionHandler, 
    System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 
</configSections> 
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,