Search code examples
asp.net-mvcappharbor

500 error after successful deployment on AppHarbor


I have deployed my app on appharbor but i keep getting a 500 error with the following details:

Module: ManagedPipelineHandler Notification: ExecuteRequestHandler

Handler: System.Web.Mvc.MvcHandler Error Code: 0x00000000 Requested

URL: http://camelotfaultmanagement.apphb.com:19109/Faults/FaultManagement

Physical Path: D:\websites\f3\33091\19109\0x0001_PublishedWebsites\CamelotFaultManagement\Faults\FaultManagement

Logon Method: Anonymous

Logon User: Anonymous

Here is the apps link: http://camelotfaultmanagement.apphb.com/Faults/FaultManagement

I wen't and downloaded the build results and deployed them locally on my machine's IIS to try and debug but everything went up immediately as i set the website and the app-pool to .NET 4 - integrated.

What could be causing the error ?


Solution

  • I found the problem! That was the alias of the entity framework connection string. In the AppHarbor SQL add-on i had to give the same alias as i used in my and there was a typo.