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

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -