My host provider only supports .NET 4. Is it possible to run MVC 5 and Web API 2 in .NET 4 machine?
-
1possible duplicate of Can I run MVC 5 application on .NET Framework 4.0?Joe Doyle– Joe Doyle2013-12-05 21:25:53 +00:00Commented Dec 5, 2013 at 21:25
-
I saw that before post my question. That question was about Razor version but my question was about .net framework version.b24– b242013-12-09 08:22:34 +00:00Commented Dec 9, 2013 at 8:22
Add a comment
|
2 Answers
No, ASP.NET Web API 2 requires .NET 4.5: http://forums.asp.net/t/1937143.aspx?Is+ASP+NET+MVC+5+and+Web+API+2+0+supported+on+NET+4+0+and+IIS6+ (scroll at the very bottom)