How would I go about catching an error within ELMAH when it tries to log an error to a SQL database. Currently, the SQL logging is working as expected, but what if the database is down? How would I be able to log exceptions while the database is down?
ASP.Net 2.0 using C# //yes I am working on defects for a client with a legacy application