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 :
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 :
And also, everything works fine if I'm using xml files as storage. Thanks for your help