Asp.Net MVC Elmah config
It took me too long to figure this out, but for anyone who needs it, here’s a default, working, ELMAH config for a ASP.Net MVC 5 deployment. <configuration> <configSections> <sectionGroup name=”elmah”> <section name=”security” requirePermission=”false” type=”Elmah.SecuritySectionHandler, Elmah” /> <section name=”errorLog” requirePermission=”false” … Continue reading