Can we deploy MVC 4 application on IIS 6

杀马特。学长 韩版系。学妹 提交于 2019-12-07 14:45:45

问题


I have got a new task to convert mvc 2.0 application into mvc 4.0 using razor engine. Currently MVC 2.0 applicaion is hosted on Window Server 2003 and IIS 6.

My question is, Can we use the same enviroment for mvc 4.0 application or should we need to upgrade the IIS?


回答1:


You can follow these steps

  1. Open IIS Manager, expand the master server node (i.e, the Servername node), and then select the Web service extensions node.
  2. In the right pane of IIS Manager, right-click the extension "ASP.NET v4.0.*".
  3. Click the Allow button.


来源:https://stackoverflow.com/questions/19447136/can-we-deploy-mvc-4-application-on-iis-6

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!