We have a solution with this structure.
- OurApp.Web (mvc 3 project with controllers, views)
- OurApp.Api (mvc 3 project with wcf web api service classes)
- OurApp.Domain (entities, repositories, unit of work, etc)
- OurApp.Tests (tests)
We want to use a dns structured like this:
http://www.ourapp.com points to OurApp.Web
http://api.ourapp.com points to OurApp.Api
We want to host on AppHarbor.
How can we do this?