Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
190 Points
47 Posts
May 03, 2008 04:45 AM|LINK
Try..
<connectionStrings> <remove name="LocalSqlServer"/> <add name="LocalSqlServer" connectionString="Data Source=[IP Address of remote sql server here],1433; Network Library=DBMSSOCN;Initial Catalog=(db name here);User ID=xxxxxx;Password=xxxxxxxx;"/> </connectionStrings>
Hopefully that should get you up and running
jhar
Member
190 Points
47 Posts
Re: question regarding proper setup pf the web.config file
May 03, 2008 04:45 AM|LINK
Try..
<connectionStrings>
<remove name="LocalSqlServer"/>
<add name="LocalSqlServer" connectionString="Data Source=[IP Address of remote sql server here],1433;
Network Library=DBMSSOCN;Initial Catalog=(db name here);User ID=xxxxxx;Password=xxxxxxxx;"/>
</connectionStrings>
Hopefully that should get you up and running