We can an MVC app that uses the default folder conventions for the HTML views, but we\'d like to set up alternate \"Services\" folder with controllers used only for web serv
You'll want to create your own controller factory implementing IControllerFactory.
Check out http://nayyeri.net/custom-controller-factory-in-asp-net-mvc for an example.