|
-
Mar 7th, 2011, 04:11 PM
#5
Re: Using WCF Service to connect between Windows Forms application and SQL Database
 Originally Posted by EntityX
But how do I set it up so that it will connect with the database on my website.
The short answer is that you DON'T!
You set up the database connection, using the ConnectionString in the .config file to point at a local database. Then, when you upload your service onto your hosting provider, you edit the .config file to point to your actual database.
Gary
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|