I had my own owin startup class in my project. This doesn't seem to work anymore since 7.3. I assume this is because Umbraco has it's own startup. Is it possible to run both some way?
Never mind I solved it by letting my owin startup class inherit from Umbraco.Web.UmbracoDefaultOwinStartup override configuration and running base.Configuration() then updating web.config appsetting owin:appStartup to point to my startup class.
Owin startup conflict?
I had my own owin startup class in my project. This doesn't seem to work anymore since 7.3. I assume this is because Umbraco has it's own startup. Is it possible to run both some way?
Never mind I solved it by letting my owin startup class inherit from Umbraco.Web.UmbracoDefaultOwinStartup override configuration and running base.Configuration() then updating web.config appsetting owin:appStartup to point to my startup class.
is working on a reply...