Closed sander1095 closed 6 years ago
Might be related to https://github.com/Microsoft/ApplicationInsights-dotnet-server/issues/924
Deleting the Web package fixed my issue with requests being logged multiple twice.
The duplicate exception was caused by my own code; IErrorHandler.HandleError(Exception error)
would log it and so would some other code. This has been fixed :)
Thank you for this package!
Hello!
I have installed your package, but when I use it I see duplicate requests and exceptions being logged. I believe it might be because I am using an ASP.NET app which I configured AI for (All I did was the default AI configuration) and later on installed this WCF add-on.
Duplicate request:
Duplicate exception:
Dependencies, my own Traces and Metrics are not logged twice! These work just fine!
This is my Application Insights config:
These are my Application Insights packages:
I am using a ASP.NET 4.7.1 application that has just 1 endpoint, which is for WCF. It is hosted on an Azure Virtual Machine (Windows 2016 Datacenter, I believe?)
Can you tell me how I can stop the duplication of telemetry, if it is better to use the WCF version of some telemetry packages in the AppInsights Config (where possible) and how to set this all up? I'd prefer to lose no data at all, I still want to use all the benefits I can use with Application Insights and also this add-on for WCF!
Thank you very much!