Kishore Sahasranaman
Kishore Sahasranaman

Reputation: 4230

What are the Features to add in a Server for deploying an ASP.Net MVC web application?

I am trying to host an MVC 4 web application in Windows Server 2012.

What are all the Features to be added for this?

Upvotes: 1

Views: 2196

Answers (2)

Petar Minev
Petar Minev

Reputation: 508

you should install IIS with following features

ASP.NET 3.5+ should be installed if oyu don'thave WCF services you can not check the WCF or Widnows Communicaiton foundation features

Over IIS you need to tick Applicaition Development features ( ASP ASP.net and etc ) Common HTTP Features and in the security seciton choose the security modules that you'll use

Upvotes: 2

Alan Tsai
Alan Tsai

Reputation: 2525

you just need to install iis for adding server roles and make sure asp .net is checked for role service.

Follow below step by step tutorial

http://www.iis.net/learn/get-started/whats-new-in-iis-8/installing-iis-8-on-windows-server-2012

Upvotes: 0

Related Questions