hello guys.
hope you all are good.
i'v created a project in asp.net MVC. i've implemented ELMAH in it. i'm using ELMAH to store generated errors to the DATABASE provided by the ELMAH on it's official website. This database has only one table named ELMAH_Error
The question is can I store these errors exceptions in my own project's database by creating a table ELMAH_Error ? Instead of using Elmah's provided Database ?