I would like to prevent these entries from being added to the eventlog.
Posted
by David Smith
on Server Fault
See other posts from Server Fault
or by David Smith
Published on 2010-03-23T15:26:38Z
Indexed on
2010/03/23
15:33 UTC
Read the original article
Hit count: 436
Our client's application EventLog is getting filled up with warnings due to a bug in the Microsoft SQL Server report viewer control, http://support.microsoft.com/kb/973219. They have thousands of users running reports so this is making their eventlog hard to use and they want them removed on a frequent basis. I tried using PowerShell to remove the events, but that does not seem possible. Is there a way to prevent these entries from being written to the event log in the first place? I'm thinking I would like to filter out events where event source="ASP.NET 2.0.50727.0", eventId ="1309" and Message contains "Reserved.ReportViewerWebControl.axd"
© Server Fault or respective owner