Disable Exception Diagnostic Data

AVIcode.DotNet.SystemCenter.AspNetWebService.DisableAllExceptionMonitoringTask (Task)

This task disables collecting Exception Diagnostic Data in the monitored application.

Element properties:

TargetAVIcode.DotNet.SystemCenter.AspNetWebService
AccessibilityInternal
CategoryCustom
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
DisableAllExceptionMonitoringWA WriteAction AVIcode.DotNet.SystemCenter.DotNetWebApplication.ChangeAllExceptionMonitoring Default

Source Code:

<Task ID="AVIcode.DotNet.SystemCenter.AspNetWebService.DisableAllExceptionMonitoringTask" Accessibility="Internal" Enabled="true" Target="AVIcode.DotNet.SystemCenter.AspNetWebService" Remotable="false">
<Category>Custom</Category>
<WriteAction ID="DisableAllExceptionMonitoringWA" TypeID="AVIcode.DotNet.SystemCenter.DotNetWebApplication.ChangeAllExceptionMonitoring">
<Command>OFF</Command>
<RecycleIIS>false</RecycleIIS>
</WriteAction>
</Task>