Build succeeds, but visiting the site returnes "500 - Internal server error"
I commited my blog, which is based on blogengine. Everything seemed to go according to plan, and the overview says that the build succeeded. However when I visit the page at http://blog-15.apphb.com/ I just get a "500 - Internal server error". Any ideas?
Discussions are closed to public comments.
If you need help with AppHarbor please
start a new discussion.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by tt on 21 Mar, 2011 08:46 PM
We run the IIS application pool in integrated pipeline, which means IIS will complain if the
system.web/httpHandlersandsystem.web/httpModulesare defined. Use thesystem.webServer/handlersandsystem.webServer/modulesinstead.tt closed this discussion on 21 Mar, 2011 08:46 PM.
dotnetnerd re-opened this discussion on 21 Mar, 2011 09:46 PM
2 Posted by dotnetnerd on 21 Mar, 2011 09:46 PM
I tried moving the handlers and modules, but I still get the same error. Is there some way of looking in the logfile, so I have a chance of debugging it myself?
Support Staff 3 Posted by friism on 21 Mar, 2011 09:53 PM
We're working on just such a feature, expect in a few days.
The new error is `Unrecognized attribute 'validate'
Usually developers can debug this themselves by setting
customerrors=off, but in your case, the error is theweb.config, so that doesn't work. As I said, we're going to expose errors to users within a couple of days.4 Posted by dotnetnerd on 21 Mar, 2011 09:59 PM
Ok, removed that as well... Can you see what else is the matter?
Support Staff 5 Posted by friism on 21 Mar, 2011 10:24 PM
Yeah,
Missing required attribute 'name',