How to Self Host ASP.NET Web Api
Over the past several months, I’ve talked to a few people that were completely unaware that you could self host ASP.NET Web Api application without the need for IIS. Anyone who has worked with IIS knows that sometimes it can feel a bit heavy. Especially if you not using any other features other than serving static content or executing your ASP.NET Web Api. There are a couple important aspects to cover first which are what makes self hosting possible. If you have any questions, please follow me on Twitter. OWIN OWIN defines a standard interface between .NET web servers and web applications. The… Read More »How to Self Host ASP.NET Web Api