The WCF channel is somehow getting into the faulted state in the client, what WCF logging show I enable to help track down the reason?
How do I enable the given logging from code? (The channel etc is setup in code rather than a config file on each side)
Edit: Both sides are Winforms applications, so I don’t have a web.config file, but I do have a app.config file.
You don’t need to add the logging in code.
On both the service (web.config) and the client (app.config) add this:
You should use the Service Trace Viewer (SvcTraceViewer.exe, included in SDK v6.0a) to view the files.