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

Doesn't work with an oracle database #65

Closed smillingrainbow closed 8 years ago

smillingrainbow commented 9 years ago

Hi, I have an asp.net mvc4 application and I'm looking to do the error handling with elmah. I want to save my log in an oracle database so I ran the oracle.sql script from the source of elmah. But with this web.config(bellow), I can't acces to the elmah page with all the log and nothing is store into the database :

<connectionStrings>
    <add name="elmah-oracle" connectionString="data source=****;password=******;user id=*****"/>
<\connectionStrings>
....
<elmah>
    <errorLog type="Elmah.OracleErrorLog, Elmah" connectionStringName="elmah-oracle" />
<\elmah>

And also, everything works fine if I'm using xml files as storage. Thanks for your help

pehadavid commented 9 years ago

Hi,

This is an elmah core issue. You can submit your report here : https://code.google.com/p/elmah/issues/list

smillingrainbow commented 9 years ago

Yeah I did it. I just have to wait for an answer now. Thanks