【发布时间】:2013-01-31 23:10:20
【问题描述】:
我最近向我的站点添加了 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 属性的可能值列表在哪里?
【问题讨论】:
标签: asp.net iis health-monitoring