Quote Originally Posted by EntityX View Post
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