I have the following Elmah configuration:
<elmah>
<security allowRemoteAccess="0" />
<errorLog type="Elmah.SqlErrorLog, Elmah" connectionStringName="Elmah.Sql" />
<errorLog type="Elmah.MemoryErrorLog, Elmah" size="50" />
<errorLog type="Elmah.XmlFileErrorLog, Elmah" logPath="~/App_Data" />
</elmah>
But I get this error when I run my application:
Sections must only appear once per config file. See the help topic for exceptions.
<configSections>declarations and the rest of your Elmah config? - Kev