Permissions for /elmah.axd
I've installed elmah with my app and now when I try to view the /elmah.axd page, I get Server Error 403 - Forbidden: Access is denied.
I think it's a good thing that access to that page is blocked, but is there a way I can set up some admin credentials in order to view it.
I'll admit that I'm new using elmah, so I apologize if this is a total newbie question.
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 friism on 02 Jan, 2011 03:07 AM
Hi Dennis, is Elmah working for you when you run the app on your local machine? If not, I recommend you get it going there first, before attempting to push it to AppHarbor.
2 Posted by Dennis Palmer on 02 Jan, 2011 07:40 AM
Yes, it works just fine on my local machine.
Support Staff 3 Posted by tt on 02 Jan, 2011 03:25 PM
The wiki page "Securing Error Log Pages" has some informations about what you need to do to secure Elmah. The reason is likely that the
allowRemoteAccess
attribute is not defined in your configuration file.tt closed this discussion on 02 Jan, 2011 03:25 PM.
Dennis Palmer re-opened this discussion on 02 Jan, 2011 08:58 PM
4 Posted by Dennis Palmer on 02 Jan, 2011 08:58 PM
Thanks! That looks like what I needed to find.
rune closed this discussion on 03 Jan, 2011 06:07 PM.