My ASP.NET app has a web.config healthMonitoring section set up to email me when errors occur. Periodically I get errors that I would like to ignore, such as Invalid Viewstate or ScriptResource.axd errors. Is there any way to configure web.config to NOT email me when the exception message matches a certain search string or regex? I thought I've seen this somewhere but my google-fu is failing me.
I believe this is similar to http://stackoverflow.com/questions/618275/asp-net-ignore-healthmonitoring-event-by-eventdetailcode