Check Client-Side Monitoring Compatibility

Microsoft.SystemCenter.Apm.Web.IIS7.MonitoringCompatibilityCheckTask (Task)

The task verifies that the web application can be safely monitored by using client-side monitoring. This task should be run against all ASP.NET applications that are to be configured for client-side monitoring through the .NET Application Performance Monitoring template.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2008.AspNetWebApplicationEndpoint
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
CheckMonitoringCompatibilityAction ProbeAction Microsoft.SystemCenter.Apm.Library.IIS7.CompatibilityCheckModule Default

Source Code:

<Task ID="Microsoft.SystemCenter.Apm.Web.IIS7.MonitoringCompatibilityCheckTask" Target="IIS7!Microsoft.Windows.InternetInformationServices.2008.AspNetWebApplicationEndpoint" Accessibility="Internal" Remotable="false">
<Category>Maintenance</Category>
<ProbeAction ID="CheckMonitoringCompatibilityAction" TypeID="AL!Microsoft.SystemCenter.Apm.Library.IIS7.CompatibilityCheckModule">
<AppName>$Target/Property[Type="IIS7!Microsoft.Windows.InternetInformationServices.2008.AspNetWebApplicationEndpoint"]/Name$</AppName>
<AppVirtualPath>$Target/Property[Type="IIS7!Microsoft.Windows.InternetInformationServices.2008.AspNetWebApplicationEndpoint"]/IISApplicationName$</AppVirtualPath>
</ProbeAction>
</Task>