문제

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?

도움이 되었습니까?

해결책

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.
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top