问题
I have asp.net MVC 4 application and i want to "send" it to Microsoft Server 2012 IIS7, so the site can be reached from internet. How to do that?
回答1:
Right click on the Web project in Visual Studio and then choose the Publish ...
option from the context menu. Then follow the steps. You might also go through some of the detailed overviews if the publishing process such as this article on MSDN.
来源:https://stackoverflow.com/questions/18616228/how-to-deploy-asp-net-mvc-4-to-microsoft-server-2012-iis7