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
If you are using ASP.NET MVC, you're going to need to have the routing engine ignore that path. If you want to move elmah to /admin/elmah.axd for instance you should add the following to Global.asax.cs: