Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I was new person in Asp.Net MVC,I want to know how to deploy asp.net mvc web app on Client Machine.
In this asp.net mvc web app,Model,controller and view deploy on client machine seperately ( OR) how to do asp.net mvc deploy on client machine.


can any tell me how to do this deploy on client machine each one seperately.


thanks
Hari
Posted
Comments
[no name] 17-Aug-14 13:36pm    
http://www.google.com/search?q=asp.net+mvc+deploy+on+client+machine

1 solution

You could try to put classes in to dlls if you really wanted to, but it's not a good idea. You can select to 'publish' your site to a local folder then copy that folder to the target machine.
 
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