Click here to Skip to main content
15,886,860 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have to run a website on local IIS as well as on Server. User can work on local IIS offline. and he can also save that work on online Server with button click. when he will connect to internet. Please suggest me how could I do this?
Posted
v2
Comments
Where is the issue exactly?
GAURAV KUMAR PATHAK 29-Jan-14 10:44am    
Issue is i dnt know how to achieve this. I mean i can save it on local db then how could I save all the data that has been saved while working offline...
Please check my answer. :)

1 solution

I do a research and following is what I have found.

  1. Microsoft Sync Framework
  2. HTML 5
  3. Install Windiws/WPF Application instead of Web App/Website
    • If you do so, you can have a mechanism in that which will take local data and update it to the Server easily.

 
Share this answer
 
Comments
Karthik_Mahalingam 30-Jan-14 0:53am    
5
Thanks Karthik. :)

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