None
0 Points
26 Posts
Aug 13, 2007 09:17 PM|jay0555|LINK
ok, please help. here's my web.config connection string.
<
/>
</
I don't understand why all of a sudden i can't connect to the database. I have check the database name, user id and password a thousand times. Any help would be appreciated.
thansk,
Jay0555
None
0 Points
26 Posts
Re: GoDaddy
Aug 13, 2007 09:17 PM|jay0555|LINK
ok, please help. here's my web.config connection string.
<connectionStrings><
add name="ClubSiteDB" providerName="System.Data.SqlClient" connectionString="server=whsql-v21.prod.mesa1.secureserver.net;

 database=DB_12345;

 uid=USERID;

 pwd=PSWRD"/>
<remove name="ClubSiteDB"/><add name="ClubSiteDB" connectionString="Data Source=.\SQLExpress;Integrated Security=true;AttachDBFileName=|DataDirectory|Club.mdf;User Instance=True" providerName="System.Data.SqlClient"/></
connectionStrings>I don't understand why all of a sudden i can't connect to the database. I have check the database name, user id and password a thousand times. Any help would be appreciated.
thansk,
Jay0555