I am having trouble trying to secure ELMAH. I have followed Phil Haacked\'s tutorial, with the only difference being the demo project is a web application and my project is
I played around with the web.config and got the following to work. Basically instead of putting the elmah.axd HttpHandler in the general system.web, add it specifically in the system.web of your "admin" path location.