asp.net mvc 4 - How to deploy MVC web app on IIS Express? -


i have developed mvc 4 web app on 1 machine. debugging works fine on machine in vs 2012 (which believe deploys locally iis express).

i deploy/publish machine iis express 7.5. currently, copying whole project folder target machine , configure applicationhost.config manually have run web app.

is proper way deploy web app? need copy whole project folder?

thanks in advance!

there several ways publish application iis web server.

in visual studio, right click on project, click publish.

check out msdn article:

http://msdn.microsoft.com/en-us/library/dd394698(v=vs.110).aspx


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -