Hello, I took over a project that uses the Microsoft.Owin libraries. I do not like running the site via local IIS, I find it slows down the development process having to wait up to 10 seconds everytime I want to run the website. I want to switch the project
to use the Visual Studio Development Server, However, when I run the site, it says that the project requires IIS integrated pipeline mode. I suspect the Microsoft.Owin libraries have something to do with this. Would really like to solve this issue. Any ideas?
Go to the complete details ...