I have moved my asp.net mvc web application to our staging server and I have deploy it to IIS using visual Studio, as our staging server already contain Visual Studio .i did this bu right-click on my project and click on Publish. currently I need to move the asp.net mvc web application to production server and deploy it on IIS, but I have a couple of questions:-
- Should I install visual studio inside my production server. Or it is better to avoid doing so ?
- Is there a way to deploy my asp.net mvc directly to IIS , without uisng visual Studio ?
Thanks