HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Code Error = Unrecognized element 'system.codedom'
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> Others
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

Duplicate post.
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> Others
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group