This post illustrates the compatibility of OWIN with the existing technologies
- MVC5 requires ASP.NET/IIS but can co-exist with OWIN components. MVC is tightly coupled to ASP.NET, hence not standalone with respect to OWIN
- WebApi is fully OWIN compatible
In order to find out where your app is loaded from, use
“AppDomain.CurrentDomain.SetupInformation.ApplicationBase”
The stage markers apply to OwinHttpModule, not OwinHttpHandler
Comments
Post a Comment