Hi
i got requirement to sync both database and a folder(with sub-folders) with remote server through web service.
(sql server 2000 on both client [Windos XP] & remote server[Windows Server 2k3])
i have go through "Synchronizing Databases" & "Synchronizing Files" section of the documentation, and try it out in the same machine, and everything is fine.
now i want to create one asp.net web service run on remote server and try to sync through that web service. i have no clue how to achieve it.
anyone can send me some sample code which include server part and client part?
Thanks