0

I have an application that is done by using MVC4.

I want to update it to an MVC5 for using API controller for making back-end services...

What is the best way to do to Migrate an MVC4 application to an MVC5?

Nkosi
  • 235,767
  • 35
  • 427
  • 472
Hamid N K
  • 87
  • 2
  • 7
  • If I recall correctly, MVC5 was more-or-less a drop-in replacement for MVC4. Just update your nuget package versions. – vcsjones Oct 31 '16 at 12:07
  • Thank you @vcsjones – Hamid N K Oct 31 '16 at 12:08
  • Possible duplicate of [Is it possible to upgrade an existing MVC4 Web application to MVC5?](http://stackoverflow.com/questions/36172440/is-it-possible-to-upgrade-an-existing-mvc4-web-application-to-mvc5) – Nkosi Oct 31 '16 at 13:06
  • @vcsjones, need manual edits too: https://learn.microsoft.com/en-us/aspnet/mvc/overview/releases/how-to-upgrade-an-aspnet-mvc-4-and-web-api-project-to-aspnet-mvc-5-and-web-api-2 – George Birbilis Mar 29 '19 at 09:35

0 Answers0