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

HTTP Error 500.19 - Internal Server Error #36

Open MrChriZ opened 11 years ago

MrChriZ commented 11 years ago

I'm having problems with the config entries that are created by elmah-mvc.

I get an http error HTTP Error 500.19 - Internal Server Error Cannot add duplicate collection entry of type 'add' with unique key attribute 'name' set to 'ErrorLog'

" "

I've tried completely clearing the web.config of all Elmah entries - removing Elmah MVC at which point the project runs fine. Then use Nuget to get Elmah MVC and it produces the error again.