Search code examples
entity-frameworkdeploymentsql-server-cesetup-deploymentappharbor

Deploying .net MVC SQL Server CE to AppHarbor 404'ing


I'm trying to deploy a .net MVC app to AppHarbor. This is the first time I have used it and am having issues getting it work. I just get a 404 page. The errors tab shows nothing. I thought it might be something to do with the fact I'm using SQL Server CE so I went through this http://blog.appharbor.com/2012/04/24/automatic-migrations-with-entity-framework-4-3 and still no change.

I'm at a bit of a dead end at the moment so help would be greatly appreciated. If you need code samples just let me know.

Thanks


Solution

  • For some reason that I haven't figured out yet this wouldn't work when pushing from a branch. As soon as I merged into master and pushed the deploy worked.