1
I suppose so. I just googled and found following:
<errorLog type="Elmah.SqlErrorLog, Elmah.SqlServer" |
| connectionStringName="..." /> |
I guess all you have to do is provide an appropriate connection string pointing to your database.
If possible, could please post the relevant portion of existing settings?
0
I created table and stored procedures of ELMAH database in my own database. i'm using entity framework in my project, when i pass the connection string name to ELMAH in webconfig file and run the project it gives me error about "metadata" which is in entity framework connection string.
I think ELMAH does'nt recognize metadata .how can i use ELMAH to use Entityframework connection string ? i changed my Entityframework connectionstring to ADO connectionstring then things were working correctly and error logs also saving to database. but i was not able to login and perform any database action.how can i solve this issue in ELMAH??