Hi,
I'm developping a distributed solution with a WebSite and a Corporate Application Management.
Here is the architecture :
Web Site :
Database (SQL Server)
Web Site : ASP.NET MVC
Data synchronization Services (WCF)
-
Corporate Management Application :
Database (SQL Server)
WinForm Application
Data synchronization Services (WCF)
I want to perform Site-To-Site data synchronization.
Note : The Corporate Management Application Database is the Warehouse datastore.
Usually i want Corporate side asks Web Site for data synchronization.
So here is the scenario :
- (WebSite Side) Some data changed => Local DataStore
- (Corporate Side) Ask WebSite for changes => Sync data from Web Site datastore to warehouse datastore
- (Corporate Side) Some data changed => Warehouse store => Sync to WebSite Local Datastore
How can i achieve this and what is the best approach ?