i am developing web based registration system.
using MS sql and C#,asp.net.
the system will be deployed both on local computer and on the internet.
when there is internet connection, the user will access the site using internet and register users on that. but so many reason
the system should also work offline, user could be registered on offline system then when the computer is connected to internet.
the database parts should be syncronized(copy automatically to the live server on the internet).
is that possible to do that?
how to begin please.