I had ELMAH 1.111517.2009 logging to a SQL Server Express DB just fine. I added email support via the errorMail tag and friends. It sends email now but it also no longer puts the error info in the SQL DB? Is there a configuration trick I’m missing or is this just how it works?
Share
Nevermind. In granting EXECUTE privilege to Elmah’s three sprocs, I missed the ELMAH_LogError sproc. It’s doing both logging to SQL and emailing now.