I have an application that is running on the inernet, done in asp.net(webforms). I want a group of users to be able to work offline so I have designed a desktop c# application (winforms) that will do the offline work. I want the desktop application to update a database server via the internet when the user clicks an "Update Main Server" button. Any solutions please? Thank you in advance :)

Recommended Answers

All 2 Replies

I want a group of users to be able to work offline...

Well you need to plan local-storage. You can use XML,CSV, Serrialization etc.

I have an application that is running on the inernet, done in asp.net(webforms)....

You should have to deploy WCF service components along with the webapp.

Fore further information read MSDN pages on WCF services, XML APIs and Serialization.

Thank you. I will try it and post back here with my feedback.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.