dotnet / systemweb-adapters

MIT License
339 stars 61 forks source link

Provide documentation & helpers to use Owin correctly with ASP.NET Core #161

Open Tratcher opened 2 years ago

Tratcher commented 2 years ago

Moved from: https://github.com/dotnet/aspnetcore/issues/39943

ASP.NET Core's current owin documentation does not details on adding the glue code to plug in things like logging, data protection, hosting shutdown tokens etc. For instance, https://www.codeproject.com/Articles/1122162/Implement-Owin-Pipeline-using-Asp-net-Core has a section about configuring the OnAppDisposing token using IApplicationLifetime.ApplicationStopping.

This glue code is required to robustly run a existing Katana-based app on ASP.NET Core. This issue tracks this work.

twsouthwick commented 2 years ago

Potential duplicate #2