Service Configuration Editor
· Windows Communication Foundation (WCF) Service Configuration Editor enables administrators and developers to create and modify configuration settings for WCF services using a graphical user interface (GUI).
· With this tool, you can manage settings for WCF bindings, behaviors, services, and diagnostics without having to directly edit XML files.
- The file SvcConfigEditor.exe present in the location: C:\Program Files\Microsoft SDKs\Windows\v6.0\Bin
Service Trace Viewer
· Windows Communication Foundation (WCF) Service Trace Viewer helps you analyze activity tracing (*.svclog) diagnostic traces that are generated by WCF listeners.
· Service Trace Viewer provides a way to easily merge, view, and filter trace messages so that you can diagnose, repair, and verify WCF service issues.
· To configure tracing for WCF messages, use Service Configuration Editor (SvcConfigEditor.exe).
· Try changing the binding to wsHttpBinding from basicHttpBinding in config file. You can see encrypted CipherValue rather than plain “Hello World” in the trace.
………
No comments:
Post a Comment