I have an MVC 4 project sitting atop an N-tier application. I now have a requirement to to be able to consume the application programmatically. I have created a new Web API proj
You just need to add the routing and API controllers to your existing MVC site where they will all be available under site/api/
site/api/