Hi all,
I'm stumped on this one. We're using the HealthMonitoring API to log events in our app, including membership / forms authentication events (WebAuthenticationFailureAuditEvent).
The log is cluttered by lots of "The ticket supplied has expired" events, which has event code 4005.
I want to ignore these events, but I don't want to ignore all 4005 events, in case of someone attempting cookie tampering.
Does anyone know a way to ignore events based upon their EventDetailCode (in this case 50202).
Thanks!