I would like to ask if it possible to wire up a full mvc/api (v5.2.3) site with the in memory HttpServer.
I am using owin and need to wire it up.
If it going to work I need to call static Startup() and Configuration(IAppBuilder app) in class Startup.cs in my integration test.
I read the article ASP.NET Web API integration testing with in-memory hosting it gave me a deeper understanding of the HttpServer, - but as always close but no cigar.
Can it be done?