Comprobación de compatibilidad para aplicación ASP.NET

Microsoft.SystemCenter.Apm.Library.IIS7.CompatibilityCheckModule (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsSystem.PrivilegedMonitoringAccount
InputTypeSystem.BaseData
OutputTypeMicrosoft.SystemCenter.Apm.Library.IIS7.CompatibilityReportData

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.Apm.Library.IIS7.CompatibilityCheckModule" Accessibility="Public" RunAs="System!System.PrivilegedMonitoringAccount">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AppName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AppVirtualPath" type="xsd:string"/>
</Configuration>
<OverrideableParameters/>
<ModuleImplementation>
<Managed>
<Assembly>Res.Microsoft.EnterpriseManagement.Modules.Apm.ApplicationCompatibilityCheck</Assembly>
<Type>Microsoft.EnterpriseManagement.Modules.Apm.ApplicationCompatibilityCheck.CompatibilityCheckModule</Type>
</Managed>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.Apm.Library.IIS7.CompatibilityReportData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>