web.config problem related to <providerOption>
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 82: <compilers>
Line 83: <compiler language="c#;cs;csharp" extension=".cs" warningLevel="4" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
Line 84: <providerOption name="CompilerVersion" value="v3.5"/>
Line 85: <providerOption name="WarnAsError" value="false"/>
Line 86: </compiler>
Source File: C:\inetpub\test\web.config Line: 84
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
|