I have a MVC 4 application and runs well on my local machine.
What do I have to do further in Visual Studio 2012 to run my website in web server?
Do I have to make some files by VS 2012 to deploy a website in web server?
I have a MVC 4 application and runs well on my local machine. What
Share
You don’t need to do anything specific in Visual Studio.
When you publish/build your website you can just copy the entire content to your IIS directory and it should work.