I recently used the http://domainshop.apphb.com/ simple ASP.NET application program using the following NuGet packages:
Nancy.Hosting.Aspnet
Dapper
MySql.Data
The application uses MySQL. I activated the addon and the tagged instance using the same name written in my Web.config . (I also named my db to this instance).
NancyFx is configured in system.webServer/handler, not in system.web/httpHandlers.
I also installed system.web/customErrorsin Off.
What am I missing to receive 500 - Internal Server Error?
Interestingly, static files are served correctly (http://domainshop.apphb.com/assets/style.css).
Regards, Giacomo
source