I\'m trying to get an API Controller to work inside an ASP.NET MVC 4 web app. However, every request results in a 404 and I\'m stumped. :/
I have th
Had essentially the same problem, solved in my case by adding:
to the
section of web.config