-
An app running in IIS with OWIN integration gets ObjectDisposedExceptions on shutdown rather than gracefully draining requests.
```
Exception Details: System.ObjectDisposedException, Cannot access a…
-
As it stands, the versioning section in the OWIN specification does not allow evolving specifications easily.
According to versioning rules, a server may advertise which version of owin it supports. …
-
OWIN now have providers for authentication, so lets migrate this project to OWIN.
-
### Windows Authentication
> As a user of the Configuratron
> Given that it's installed in intranet with active directory
> I should be able to get access to the system with my windows identity
> So…
-
It would be useful to add documentation for OWIN related classes like IAppBuilder, StartupOptions etc.
-
Looks like Microsoft doesn't have plan to deprecate .NET Framework in near future - https://learn.microsoft.com/en-us/lifecycle/products/microsoft-net-framework
- [x] Upgrade .NET Framework to v4.6…
-
You use OWIN in the MVC project, and MVC in the API project. Do you think you would need MVC with the Web API, if yes, why?
-
At present, the i18n library is coupled to IIS / System.Web. This means that it doesn't support OWIN web apps unless they too are built on top of IIS / System.Web (Microsoft.Owin.Host.SystemWeb) (see …
-
# Introducing DalSoft.WebApi.HelpPage – Help Pages for ASP.NET Web API working on OWIN self-host | DalSoft Ltd
A library we developed to create ASP.NET Web API Help Pages that works OWIN self-host.…
-
UseSwaggerReDoc throws an exception using the NSwag.AspNet.Owin middleware in v14.0.3
The class 'NSwag.AspNet.Owin.Middlewares.SwaggerUiIndexMiddleware`1[[NSwag.Generation.WebApi.WebApiOpenApiDocum…