User455156504 posted
Hi,
of course you can host ASP.NET Web API on Azure Web Sites. 404 is a common problem when you're not exactly sure how the resource (URL) looks like (f.e. if you have query parameters). Have you tried to send a request via Fiddler to your API? A simple GET
request is best-suited for this purpose.
If that doesn't help it would be great if you could post your routing configuration and an example of an action in your API.