I am starting to develop a new web application and look at using OWIN. One thing that I canβt solve from any documentation is the difference between creating a C # application as a console application and starting it from its exe file or to create a project as a class library / dll and using OwinHost.exe to start it .
Did you launch Owinhost.exe to start the process so that you can use it as a console application?
source share