 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
juboe
Joined: 24 Oct 2009 Posts: 4
|
Posted: Sun Oct 25, 2009 7:08 am Code Error for Login Page- I must be overlooking something! |
|
|
|
Hi,
I am Juboe. I am new to this forum and have built my first website. I had trouble learning how to upload my database to my hosting server but I think finally figured it out.
So, I go to try it out and now the login page has a configuration error. I went to the web.config page and looked at the code. Here it the 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: The 'system.codedom' start tag on line 12 does not match the end tag of 'connectionStrings'. Line 20, position 81.
Source Error:
Line 18: <providerOption name="CompilerVersion" value="v3.5"/>
Line 19: <providerOption name="OptionInfer" value="true"/>
Line 20: <providerOption name="WarnAsError" value="false"/></compiler></compilers></connectionStrings>
Line 21:
Line 22: </system.codedom>
You would think that it will be a simple soution with tags but i must be overlooking something because the open tags match the closing tags. Here is the actual code from my web.config page.
<connectionStrings>
<add name="*********" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Program Files\Microsoft SQL Server\MSSQL\DATA\********\SQLEXPRESS_**********.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" warningLevel="4">
<providerOption name="CompilerVersion" value="v3.5"/>
<providerOption name="WarnAsError" value="false"/></compiler>
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
<providerOption name="CompilerVersion" value="v3.5"/>
<providerOption name="OptionInfer" value="true"/>
<providerOption name="WarnAsError" value="false"/></compiler></compilers>
</system.codedom></connectionStrings>
Does anyone see what I am missing?? Any help would be appreciated.
Thanks,
Juboe |
|
juboe
Joined: 24 Oct 2009 Posts: 4
|
Posted: Tue Oct 27, 2009 5:32 pm Where did this message go when it was moved? |
|
|
|
| I see that this as moved but where to??? |
|
|
|
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
|
|
|
|
|
 |
|
|
|
|
|
|
|