Reputation: 38094
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?
Upvotes: 0
Views: 1099
Reputation: 2629
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.
Upvotes: 1