c# - ASP.net MVC 5 Integration with OWIN same as Web API -


for web api integration use following thing in asp.net mvc 5 template onwards.

app.userwebapi(configuration); 

here plug web api owin pipe line.

is same thing possible mvc .

app.usemvc(); 

also owin , mvc use same routetable url configuration.

currently cannot host mvc app owin since mvc has dependency on system.web namespace restrict self hosting .

but can use fubumvc, nancy , simple.web etc


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -