Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
45 Points
9 Posts
Mar 10, 2006 07:11 PM|LINK
Thanks for your help..
In your web config file. What did you use as your connections string to go daddy server?
<connectionStrings>
<add name="ClubSiteDbConnect" connectionString="
Server=whsql-v06.prod.mesa1.secureserver.net;
Database=DB_41701;
User ID=myid;
Password=myPassword;
Trusted_Connection=False" providerName="System.Data.SqlClient"/>
<remove name="LocalSqlServer"/>
<add name="LocalSqlServer" connectionString="
Server=whsql-v06.prod.mesa1.secureserver.net;
Database=DB_41701;
User ID=myid;
Password=mypassword;
Trusted_Connection=False" providerName="System.Data.SqlClient"/>
</connectionStrings>
-->Thanks for your help.
vb2006
Member
45 Points
9 Posts
Re: GoDaddy Installation Walkthrough
Mar 10, 2006 07:11 PM|LINK
Thanks for your help..
In your web config file. What did you use as your connections string to go daddy server?
<connectionStrings>
<add name="ClubSiteDbConnect" connectionString="
Server=whsql-v06.prod.mesa1.secureserver.net;
Database=DB_41701;
User ID=myid;
Password=myPassword;
Trusted_Connection=False" providerName="System.Data.SqlClient"/>
<remove name="LocalSqlServer"/>
<add name="LocalSqlServer" connectionString="
Server=whsql-v06.prod.mesa1.secureserver.net;
Database=DB_41701;
User ID=myid;
Password=mypassword;
Trusted_Connection=False" providerName="System.Data.SqlClient"/>
</connectionStrings>
-->Thanks for your help.