ASP.NET MVC 5 And Web API 2 .NET requirement

asp.net-mvc, asp.net-mvc-5, asp.net-web-api

Solution

Short Answer: No, you need .NET 4.5

Only if you add the dependencies:

- Razor v3.0+

- ASP.NET WebPages v3.0+

Problem

My host provider only supports .NET 4. Is it possible to run MVC 5 and Web API 2 in .NET 4 machine?

Original source

Related problems