IIS Integrated Pipeline Instrumentation

Full IIS pipeline instrumentation can be enabled by setting the node property: aspdotnet-full-iis-pipeline to true for the executing node. With this property enabled, regular ASP.NET instrumentation is disabled. When this mode is enabled, all managed HTTP modules, and handlers can be monitored by the .NET Agent. The aspdotnet-full-iis-pipeline mode is designed to work only for application pools configured to use 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.