aspnet / Microsoft.AspNet.TelemetryCorrelation

Microsoft.AspNet.CorrelationIdTracker module for tracking multi-tier activities
Other
13 stars 18 forks source link

Do not add integratedMode precondition #34

Closed lmolkova closed 6 years ago

lmolkova commented 6 years ago

Based on https://github.com/Microsoft/ApplicationInsights-dotnet-server/issues/904 and https://github.com/Microsoft/ApplicationInsights-dotnet-server/issues/623 customers still run IIS in classic mode and cannot use TelemteryCorrelationHttpModule automatically.

Let's enable classic pipeline

SergeyKanzhelev commented 6 years ago

@lmolkova integratedMode has little to do with classic pipeline. You'd need to register this http module twice - once for integrated pipeline, one for classic.

lmolkova commented 6 years ago

integratedMode has little to do with classic pipeline. You'd need to register this http module twice - once for integrated pipeline, one for classic.

I've also added transformation for httpModules