January 2011
Intermediate to advanced
507 pages
13h 27m
English
You have learned a lot about WCF management and monitoring in this chapter. We discussed that you can utilize the following methods to manage WCF services:
Developers can use custom-built interface to monitor the service activity.
Developers and system administrators can utilize message logging and tracing in WCF to track and debug the WCF service. They can use SvcTraceViewer.exe to view the message logs and trace data.
Developers and system administrators can extensively use the SvcConfigEditor.exe tool to modify the configuration files.
Business users, system administrators, and developers can use the "out-of-the-box" performance counters to monitor service activity. They can also build custom Performance Monitor counters to facilitate ...