3

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.

kyrylomyr
  • 12,192
  • 8
  • 52
  • 79
Rafe
  • 8,467
  • 8
  • 47
  • 67
  • No, yet. All I can say. Cut and paste might help a lot. – Lex Li Dec 06 '15 at 13:12
  • 1
    The new architecture does not "run through the OWIN pipeline". The pipeline is similar to OWIN and theoretically should be able to host OWIN compliant modules, but to say it is "OWIN-based" is not accurate. – mason Dec 06 '15 at 16:00
  • @mason thanks for the clarification. much to learn about this new version. – Rafe Dec 07 '15 at 11:43

0 Answers0