I successfully created Elmah in my web project and I can access the crash log
http://www.myserver.com/Elmah.axd .
The only question is how to protect this URL so that only my colleagues can access it (unlike anonymous users and users who are logged in, but are not part of my team). ASP.NET forms authentication is already configured on the system.
Thanks,
Adrian
source
share