dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.63k stars 25.29k forks source link

Document how to use OWIN IAppBuilder based frameworks with ASP.NET Core #25663

Open danroth27 opened 2 years ago

danroth27 commented 2 years ago

ASP.NET Core supports an OWIN bridge, but many OWIN based frameworks shipped by Microsoft (like ASP.NET Web API) rely on the OWIN IAppBuilder, which this topic doesn't document how to integrate with.

We should document the required code, which looks something like this (but updated to use supported APIs): https://stackoverflow.com/a/30791150/3294414.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

danroth27 commented 2 years ago

@Tratcher Can you help with providing the correct code for bridging IAppBuilder with ASP.NET Core?