asp.net mvc - How to Implement OWIN and Katana in MVC 5Application -
i upgrade application mvc4 mvc5. using entity framework code first approach in application. confuse owin , katana. how implement these concept in web mvc5 application. please guide me.
thank you
asp.net mvc not designed work owin. it's asp.net web api , signalr built owin , provide specific host. cannot implement concepts in asp.net mvc application.
Comments
Post a Comment