Is there an upgrade path from ASP.NET 4 to ASP.NET 5

48 Views Asked by At

From what I gather, ASP.NET 5 is vastly different from previous versions in that most everything runs through the OWIN pipeline. Where does that leave apps written using ASP.NET 4.6 and before? Is there an upgrade path from ASP.NET 4.x to 5? Is this still a "one ASP.NET" thing where my 4.x style code will run side-by-side with the OWIN-based code? Anything you can elaborate on is appreciated.

0

There are 0 best solutions below