Click here to Skip to main content
15,896,330 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
Hi,

I am a asp.net mvc web application developer. I am now developing a payroll windows application.Client wants it to work online (if internet connection is available)and offline(if no internet connection).As i am new to windows application i don't know to deploy this application. How can i deploy this application.
Posted
Updated 11-Apr-16 15:10pm
Comments
DamithSL 30-May-14 0:37am    
what is your application type? web application with mvc or winform or else?
Anju Raman 30-May-14 2:19am    
my application is windows form application

1.First you have to create a "Setup" project (in VS2010) or an Install Shield project (VS2012, VS2013), and this project will create the installation kit.

2.You the installation kit or deliver it to your customers.
 
Share this answer
 
v2
Comments
Anju Raman 30-May-14 2:18am    
My application is a windows application. Payroll management system.i want it to work online (if internet connection is available)and offline(if no internet connection).How do i deploy it.
Raul Iloc 30-May-14 4:44am    
Sorry, I saw that you specified ASP.NET MVC.
See my updates!
Anju Raman 30-May-14 6:20am    
So what about the database. Application should work offline and online.
Raul Iloc 30-May-14 6:25am    
You could use SQLite database for storing the offline data, because SQLite DB no not need any installation on the client (just a simple file), so you could have also the DB installed in the application folder.
Anju Raman 30-May-14 7:28am    
thank you so much :) I l try that
 
Share this answer
 
Comments
CHill60 12-Apr-16 6:33am    
The question that you are providing a link to was not on this site when the original post was made nearly 2 years ago! Anyone searching this site for a similar solution would find that question anyway, so re-opening an old post with this solution was a pointless exercise

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