質問

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