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

asp.net网站发布时遇到的错误,请大虾们帮忙!急急急

Server Error in '/' 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: Child nodes not allowed.

Source Error:

Line 68:  <compilers>
Line 69:  <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4" compilerOptions="/d:DEBUG;TRACE">
Line 70:  <providerOption name="CompilerVersion" value="v3.5"/>
Line 71:  <providerOption name="WarnAsError" value="false"/></compiler>
Line 72:  <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">


Source File: F:\Doughty210\web.config    Line: 70

Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42  --------------------编程问答-------------------- 急啊!在大虾们帮忙啊!
--------------------编程问答--------------------

<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs" warningLevel="4" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<providerOption name="CompilerVersion" value="v3.5"/>
<providerOption name="WarnAsError" value="false"/>
</compiler>
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" warningLevel="4" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<providerOption name="CompilerVersion" value="v3.5"/>
<providerOption name="OptionInfer" value="true"/>
<providerOption name="WarnAsError" value="false"/>
</compiler>
</compilers>
</system.codedom>
--------------------编程问答-------------------- 想要一下具体的解决方案,这个到到底是什么错误啊!我发布的网站都不能浏览。请各位高手赐教 --------------------编程问答-------------------- 顶上去,千万不要沉下去 --------------------编程问答-------------------- web.config 文件报错了呀 --------------------编程问答-------------------- 是的! --------------------编程问答-------------------- 直接把webconfig中的complier这部分拿掉再编译一下就行了 --------------------编程问答-------------------- 不行。 --------------------编程问答--------------------
补充:.NET技术 ,  ASP.NET
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,