Upload Data from Local Database to Live Database in ASP.Net using SQL 2008 -


i working on web application have 2 parts.

1) 1 online web site @ online server.

2) second running on local machines/computers.

the structure of database same on both live , on local. user can make changes on local database , publish them on live server.

how can update data local database online database? best technique this?

use of version controller tool tfs, in check in changes


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -