Okay, this is the situation. I'd like to use AppHarbor to deploy my Single Page Application (SPA) web-application AND my API on. For that we've got the following possible setups.
- One solution with two 'startup' projects (.csproj) in it OR
- Two solutions each holding resp. Webportal and Api .csproj
We are using Atlassians Bitbucket to get our source from.
Is this possible, either way?
This is possible in the way using multiple solution files, step-by-step:
Web: https://appharbor.com:443/applications/projectweb/builds?authorization=here is some code
Api: https://appharbor.com:443/applications/projectapi/builds?authorization=here is some code
So your Project.Web.sln > becomes > projectweb.sln and the same for the Api.
Good luck!