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

Please add some smarts to web.config.transform? #72

Open garychapman opened 8 years ago

garychapman commented 8 years ago

Several weeks ago I updated my elmah.mvc installation, and just yesterday I discovered that my existing elmah.mvc.allowedUsers and allowedRoles values had been overwritten by new ones containing *, which meant my elmah logs have been available to anyone.

Is it possible to add some conditionals to web.config.transform to ensure that existing values aren't overwritten by these new ones?

issafram commented 8 years ago

I'll take a look at it.