asp.net core - How vnext web applications are self hostable? -


I'm new to .NET and vnext to do this before we used IIS for an MVC application Even then, the web API was self-hosted. But now we have web applications that are self-hosted. I really wanted to know how the vnext web application can be hosted manually and it is self-hosted? What is the change in architecture and life cycle request.

vnext uses owin under cover until the server implements the OWIN interface You should be able to run your vNext middleware.

You can currently use your oven app to host inside your own app

For example,


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -