Use OWIN to Self-Host ASP.NET Web API bysantosh •February 17, 2015 In this guide, I’ll guide you through the process of creating a self-hosted Web API application using OWIN (Open Web Interface for .NET) and the Microsoft.AspNet.WebApi.OwinSelfHost package. This method enables you to run a Web …