In this chapter, you'll learn:
How to host your web API.
By Mike Wasson|
This tutorial shows how to host ASP.NET Web API in an Azure Worker Role, using OWIN to self-host the Web API framework. (Preview)
By Mike Wasson|
This tutorial shows how to use ASP.NET Web API to host an HTTP service outside of IIS.
The sample demonstrates how to use ASP.NET Web API to self host a simple web API in your own process.