Elmah exception logging

I installed elmah to log exceptions on my SQL server. Is there a way to determine the fallback mechanism if the SQL server fails. I would like elmah to start registering in xml files if sql server is unavailable. Any idea how to do this?

+4
source share
2 answers

Elmah does not yet support backup or parallel logging locations.

What if Elmah cannot contact the database to register an exception?

0
source

I have released a composite error log that addresses this particular problem.
You can install it through Nuget or copy it from sources to your projects.

See more in my answer here .

0
source