Click here to Skip to main content
15,886,798 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a SQL Server backed website (asp.net) that is deployed on a remote server on the internet. The employees of my company make extensive use of this website, thus in order to save internet network I am looking for a solution to create a replication of the web site and the database on a server in my local network. This way, the users will be using the local copy of the website and database and will avoid clogging up the internet bandwidth.
For security reasons, all ports of the remote website are closed to external connections.
What is the best and most secure solution to this problem? Preferably, I'm looking for a solution that will imply the remote server pushing its new information to my local server with the minimum usage of server resources, rather than the other way around.
Posted

1 solution

Hi,

you can use Microsoft Sync Framework for offline and online database synchronization.

you can define multiple way of synchronization, like download only, upload only, or both direction.

thanks
-Amit.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900