Click here to Skip to main content
15,905,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

May i know how to make work an ASP.Net web application Offline ??

I mean,
Actually i'm working in an Retail Mgmt Project(ASP.NET) so, billing, payments are made by only through Online. So, i need all systems are always be Online.

My server is available at a remote location(Not LAN).

Is it possible to back up those offline data Locally and Sync(to Server) after came to Online ?

Like this link Click here
Posted
Updated 14-Mar-12 4:49am
v2

1 solution

When ASP.Net found a file names app_offline.htm in the root of a web application directory, it shut-down the application, unload the application domain from the server, and stop processing any new incoming requests for that application. ASP.NET also then respond to all requests for dynamic pages in the application by sending back the content of the app_offline.htm file.
 
Share this answer
 
Comments
J.Karthick 15-Mar-12 1:34am    
Woow...!!
Thanks for your kind info...

i'll keep go with that 'app_offline.htm'.

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