Design-off-web application

I have a requirement to create a standalone web application

The requirement is met as follows:

Current application His .net web application collects user polls.

New requirement When the web server is unavailable, we must provide the user with the opportunity to fill out the survey offline, and then send it when the server is connected.

What are the point network methods that you propose to achieve.

I also invite a discussion about the pros and cons.

Example

Downloading an Excel sheet was one of the possible. But when entering data confirmation is required.

If I use an intelligent client application, you cannot ask each user to be included in it.

Do any through-point functions help me?

Thanks in advance SA

+3
source share
3 answers

Read this article on Google Gears and .Net. I think you need to start.

+1
source

I assume the ClickOnce comment applies to people without the full .NET platform (or different operating systems).

Depending on the time scale, you can watch Silverlight 3 ... it has an offline / off-line capability very similar to ClickOnce; It can give you more lighting and a great user interface too ...

0
source

ASP.NET . , , .

.

0

Source: https://habr.com/ru/post/1709745/


All Articles