I lost exactly 24 hours on some stupid connection string error and I can't find any solution.
I saw that there are few questions like this and I try them all but can't find solution.
I uploaded my site on godaddy shared host.
I can access this database from my management studio.
I can't access this database from my site.
I get following error:Format of the initialization string does not conform to specification starting at index 0
My connection string is in web config and it looks like this:
<connectionStrings>
<add name="mcn" connectionString="Data Source=mydatabase.db.8706856.hostedresource.com; Initial Catalog=mydatabase; User ID=username; Password=xyz;" providerName="System.Data.SqlClient" />
</connectionStrings>
What cause this error? I have no idea what to try anymore :(
I have also tried to write ...Data Source=(local);...