jetx86
Perch
catchy title eh 
i know the remote server's ip and stuff, and i can replicate the tables to that server, but what exactly do i change in this code for it to actually use the remote server?
i know i need to change the Integrated Security=true, that's not a problem.. i just don't know how to tell it to use the remote.
tia, thanks, gracias, et al...
edit
now i wonder if this should go in the ms dev area of the forum..
i know the remote server's ip and stuff, and i can replicate the tables to that server, but what exactly do i change in this code for it to actually use the remote server?
Code:
<connectionStrings>
<add name="ClubSiteDB" connectionString="Data Source=.\SQLExpress;Integrated Security=true;AttachDBFileName=|DataDirectory|Club.mdf;User Instance=True" providerName="System.Data.SqlClient"/>
</connectionStrings>
i know i need to change the Integrated Security=true, that's not a problem.. i just don't know how to tell it to use the remote.
tia, thanks, gracias, et al...
edit
now i wonder if this should go in the ms dev area of the forum..