Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The documentation relating to how to enable performance counters for WCF services is wrong.
The correct syntax to enable performance counters for a WCF service through the config file of the hosting application is as follows:
<configuration>
<system.serviceModel>
<diagnostics performanceCounters="All" />
</system.serviceModel>
</configuration>