IIS Integrated Pipeline Instrumentation

Full IIS pipeline instrumentation can be enabled by setting the node property: aspdotnet-full-iis-pipeline true aspdotnet-full-iis-pipeline ASP.NET instrumentation is disabled. When this mode is enabled, all managed HTTP modules, and handlers can be monitored by the .NET Agent. The IIS Integrated Pipeline.

Note: When IIS pipeline instrumentation, as well as MVC area, or Controller naming is enabled, MVC naming will not be applied as it is a function of ASP.NET instrumentation. Also, with IIS pipeline instrumentation, each web request is tracked from the execution of the first HTTP module, or handler through to the end of the last, not only the ASP.NET application portion of the request.