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

Manage elmah allowed Roles #101

Open bfheythem opened 5 years ago

bfheythem commented 5 years ago

I tried to configure the key for elmah allowed Roles , but when I specify an existing Identity role , the error log is now inaccessible It's like the allowed role that I specified is not recognized , so is there a way to configure elmah allowed Roles from another place other then the web.config

I tried this

but this will allow any role , so it's not really practical