alexbeletsky / elmah-mvc

Painless integration of ELMAH into ASP.NET MVC application
http://nuget.org/packages/Elmah.MVC
Apache License 2.0
266 stars 61 forks source link

anonymous web with elmah.mvc.requiresAuthentication = true #25

Open thekingofspain opened 11 years ago

thekingofspain commented 11 years ago

Retrofitting some anonymous webs on IIS 6, 7, and 7.5 with elmah.mvc.

The goal is to allow remote secure access to the elmah route. However when I set requiresAuthenication to "true", the elmah route redirects to error even on the local web server. Note allowedRoles is "*".

Tried number combinations of IIS, system.web, system.webServer configurations but to no avail. Can a sample machine, application host, and/or web config be added to the repository as reference for a anonymous web with widows authenticated elmah.

alexbeletsky commented 11 years ago

@thekingofspain thanks for raising this. Have you tried to enable remote access on your apps?