Need Help

02/14/2014 12:53 Kan3_22#1
<?xml version="1.0"?>
<configuration>
<configSections>
<section name="SubSonicService" type="SubSonic.SubSonicSection, SubSonic" requirePermission="false"/>
</configSections>
<connectionStrings>
<add name="Conquer_Server" connectionString="Server=localhost;Port=3306;Datab ase=cq;Uid=root;Password=01211984143;Persist Security Info=True;Pooling=true; Min Pool Size = 32; Max Pool Size = 300;" providerName="MySql.Data.MySqlClient"/>
</connectionStrings>
<SubSonicService defaultProvider="Conquer_Server">
<providers>
<clear/>
<add name="Conquer_Server" type="SubSonic.MySqlDataProvider, SubSonic" connectionStringName="Conquer_Server" generatedNamespace="Conquer.Database"/>
</providers>
</SubSonicService>
<runtime>
<disableStackOverflowProbing enabled="true"/>
<legacyUnhandledExceptionPolicy enabled="true"/>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="SubSonic" publicKeyToken="EADB47849839A332" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="MySql.Data" publicKeyToken="C5687FC88969C44D" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.3.6.0" newVersion="6.3.6.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<appSettings>
<add key="ClientSettingsProvider.ServiceUri" value=""/>
</appSettings>
<system.web>
<membership defaultProvider="ClientAuthenticationMembershipPro vider">
<providers>
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFo rmsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri=""/>
</providers>
</membership>
<roleManager enabled="true" defaultProvider="ClientRoleProvider">
<providers>
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRo leProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400"/>
</providers>
</roleManager>
</system.web>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>



I NEED HELP TO DE CODE FOR THIS I CANT RUN THE SOURCE ANYMORE

ITS ALWAYS SAY "Database error. Please check your MySQL. Server will now close"

SOURCE VERSION 5853
02/14/2014 12:58 Aceking#2
Well it looks like there is a space in your connection string that shouldn't exist in the database section. (Which is also below, notice the space in Database, remove it)

Are you sure that the below information is correct too? Including the port?
Code:
connectionString="Server=localhost;Port=3306;Datab ase=cq;Uid=root;Password=01211984143
02/14/2014 13:03 Dynamiter#3
wrong port, fix it
02/14/2014 13:55 Kan3_22#4
what part of it is wrong sir need help
02/14/2014 14:01 Kan3_22#5
Quote:
Originally Posted by Aceking View Post
Well it looks like there is a space in your connection string that shouldn't exist in the database section. (Which is also below, notice the space in Database, remove it)

Are you sure that the below information is correct too? Including the port?
Code:
connectionString="Server=localhost;Port=3306;Datab ase=cq;Uid=root;Password=01211984143
Yes Sir it the Right One.. when i debug something coming out. here the Picture of the file that got error
02/15/2014 01:16 abdoumatrix#6
why u care about messages anyway?
only for error the red one :D
02/15/2014 04:03 Kan3_22#7
Then what im going to do with it hard to fixe that app.config