Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
My project is developed by using ASP.NET 3.5 & SQL Server 2008. It is already working in one domain (Ex: www.abc.com). Sometimes the server is down. So we are planning to work the same application in my local office while the server is down. Once the server is up; then all new entries must be upload in main server. If you have any solution for this; pls let me know.
Posted
Comments
Wombaticus 3-Aug-14 8:34am    
Best solution? Get a better web host. There is no excuse for your site being down for prolonged periods of time.

You may consider implementing an Application Cache[^]
 
Share this answer
 
You can design a local application with local db files ; you must build the minimal working scenario for your application in order to send the new data when the line is up again.
Ypu can design local db ACCESS 2007 with asp page and local IIS 7.5 with minimal form.
You can transmit the data after the network black out with a loading program on the database where the provider maintains ...
sorry for no good english ..I am from Italy
ciao
 
Share this answer
 

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