 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
juboe
Joined: 24 Oct 2009 Posts: 4
|
Posted: Tue Oct 27, 2009 5:47 pm Code Error = Unrecognized element 'system.codedom' |
|
|
|
I have a website with login page. When you put username and password in and press login you get configuration error page. This is the 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 element 'system.codedom'.
Source Error:
Line 11: <add name="********" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=*********.mdf"></add>
Line 12:
Line 13: <system.codedom>
Line 14: <compilers>
Line 15: <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"></compiler>
Source File: e:\InetPub\Clients\oakleafmeadowshoa.net\web.config Line: 13
Here is what my web.config looks like:
<connectionStrings>
<add name="DB_7ae840" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=DB_7ae840.mdf"></add>
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"></compiler>
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"></compiler>
<providerOption name="CompilerVersion" value="v3.5"/>
<providerOption name="OptionInfer" value="true"/>
</compilers>
</system.codedom>
</connectionStrings>
Can someone help me?
Thanks,
Juboe |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|