我最近向我的站点添加了 ASP.NET 运行状况监控。现在它的设置只有一个规则:
<add name="Email Event Monitor"
eventName="Application Lifetime Events"
provider="MailWebEventProvider"
profile="Default" minInstances="1"
maxLimit="Infinite" minInterval="00:01:00" custom="" />
问题是我的网站使用 CMS,而且我经常收到“应用程序编译正在开始”的垃圾邮件。事件。如何过滤掉这些事件?
eventName
此外,规则属性的可能值列表在哪里?