microsoft / ApplicationInsights-SDK-Labs

Application Insights experimental projects repository
MIT License
61 stars 48 forks source link

Wcf http context check #74

Closed tomasr closed 8 years ago

tomasr commented 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.