Is it possible to write a simple custom console application that includes the owin library, which can directly host the Asp.Net web application (without katana.exe, for example, the CassiniDev library)? Is it possible to enable an Asp.Net web application, including MVC 4, Web API, SignalR functions hosted in IIS and owin, rarely changing the code without changing the code?
source
share