2009-06-25 73 views
3

配置運行狀況監視時,eventName屬性的有效值是多少?ASP.NET運行狀況監視配置,「eventName」屬性的有效值

<system.web> 
    ... 
    <healthMonitoring enabled="true" heartbeatInterval="0"> 
    <providers> 
    <add 
     name="exampleMailWebEventProvider" 
     type="System.Web.Management.SimpleMailWebEventProvider" 
     to="[email protected]" 
     from="[email protected]" 
     buffer="false" 
     subjectPrefix="[Exception] " /> 
    </providers> 

    <rules> 
    <add 
     name="Testing Mail Event Providers" 
     eventName="All Events" 
     provider="exampleMailWebEventProvider" 
     profile="Default" 
     minInstances="1" 
     maxLimit="Infinite" 
     minInterval="00:01:00" 
     custom="" /> 
    </rules> 
</healthMonitoring> 

我的谷歌福(和MSDN)已經失敗了我,我找不到其他所有默認/常見,你可以訂閱事件的列表。

回答

0

退房在%WINDIR%\ Microsoft.NET \框架\ web.config中版本\ CONFIG文件夾

相關問題