Web API Hosting

Is Windows Azure the only hosting option we have (other than "Selfhost") for Web APIs? If not, where are the hosts that support the web API? Many Google searches only return self-hosting options.

+3


source to share


1 answer


Take a look at http://www.asp.net/hosting for an official list of partners. WebAPI can be hosted as part of ASP.NET, it just requires .NET 4.0+.



Also see http://www.asp.net/web-api/overview/hosting-aspnet-web-api for WebAPI deployments in IIS.

+4


source







All Articles