Click here to Skip to main content
15,885,115 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i want to create web application and want to run without internet . i want to run web application like standalone app. is it possible to run web application without internet?
Posted

Yes it's possible to run a site on a local machine, but that machine will need a web server that can host your code (IIS for example). To be truly stand-alone it could run it's own web server like Visual Studio does. Rather than go to that effort, though, I think I'd just make a winforms app instead, or use WPF.
 
Share this answer
 
Comments
Rahul Kumar 24-Mar-15 6:02am    
yes it will be better but im more familiar with web application not with winforms. so im thinking for web application as a stand alone to create
 
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