This forum is closed. Thank you for your contributions.
Hi ..
how can i sync SQL Server CE with SQL Server 2005 using ASP.NET 2.0 and Sync Framework 2.0
Your starting point would be the Sync Framework documentation here - http://msdn.microsoft.com/en-us/library/bb902853(v=SQL.105).aspx
Within this documentation you will find a topic specifically covering the sync of SQL Server with SQL Compact - http://msdn.microsoft.com/en-us/library/ee617382(v=SQL.105).aspx
You can also find full samples on Code Gallery in the "Database Synchronization Provider Samples" section - http://code.msdn.microsoft.com/sync
Hope that helps.