Wednesday, April 1, 2015

ASP.NET MVC 5 with OWIN

If you have read about OWIN/Project Katana and ASP.NET MVC, there seems to be some confusion as to whether or not ASP.NET MVC currently supports OWIN/Project Katana or not.

Well, I decided to create a brand new ASP.NET MVC 5 Project just to see if OWIN/Project Katana was truly included as part of the ASP.NET MVC 5 Default Project Template.







As you can see from the screenshots above, OWIN support is DEFINITELY INCLUDED as part of ASP.NET MVC 5 as is indicated by the inclusion of the Startup.cs file!!

This article provides a good overview of how to use OWIN in your ASP.NET MVC 5 Project: http://blogs.msdn.com/b/webdev/archive/2013/07/03/understanding-owin-forms-authentication-in-mvc-5.aspx


No comments:

Post a Comment