If i get what you mean, you want your database hosted online and accessible via your web application. try this,
After your development and testing phase on your local machine:
> Use the Database publishing wizard in SSMS to create a script
> on your domain, you can run the script, this would create exactly the same database with all the tables and its schema retained
> Edit the connectionstring in the web.config file to direct all data connections on the website to the online database.
Netcode
Veteran Poster
1,021 posts since Jun 2009
Reputation Points: 43
Solved Threads: 67