Closed tomasr closed 8 years ago
Addressing feedback from @SergeyKanzhelev from https://github.com/Microsoft/ApplicationInsights-SDK-Labs/pull/73.
Decided to check instead if ASP.NET Compatibility Mode is enabled in the WCF hosting layer. This will only make sense in IIS and it's required to make HttpContext available on the WCF threads anyway.
HttpContext
Addressing feedback from @SergeyKanzhelev from https://github.com/Microsoft/ApplicationInsights-SDK-Labs/pull/73.
Decided to check instead if ASP.NET Compatibility Mode is enabled in the WCF hosting layer. This will only make sense in IIS and it's required to make
HttpContext
available on the WCF threads anyway.