Can we deploy MVC 4 application on IIS 6

10,639

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.
Share:
10,639

Related videos on Youtube

Jagz W
Author by

Jagz W

With over 8 years experience of programming, I'm working on wide set of Microsoft Technologies with expertise in ASP.NET, MVC, C#, WCF, Javascript, Jquery etc. Follow me in Twitter @jagzaction

Updated on September 09, 2022

Comments

  • Jagz W
    Jagz W over 1 year

    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?