I have a WCF service running on a Windows 2008 Enterprise Server. I just enabled Tracing on in App.config of the service. I have been trying to find the svctraceviewer.exe on the server and am not able to.
I tried to google and they say it will be…
What is the best way to log to a file using log4net that has the correct format (correct XML, correct timestamp format, custom data in correct format, correct attributes, basically the exact same way as XmlWriterTraceListener does it) so it can be…
I want to save trace information into .svclog files but only for failed requests. Is this possible? If so, how precisely?
I have a WCF service that's called hundreds of times per minute. On rare occasions clients will get an error 500 that…
I'm using Microsoft Service Trace Viewer to check a log for an exception. Exception is:
An error occurred while receiving the HTTP response to ...someservice.svc.
This could be due to the service endpoint binding not using the HTTP protocol.
This…
I would like to customize the svctraceviewer but do not want to start from scratch. Does any one know of a custom implementation or if the source code is available ?
I have been tracing messages using SvcTraceViewer.exe which were transmitted over MSMQ using a c# application, and have come across an informational event that I don't understand.
The raw XML looks like this:
I'm having continuous exception on live server and performance issues.
After enabling trace service log in wcf config file I found 100 of same exceptions.
Basic Information
Activity ID {00000000-0000-0000-0000-000000000000}
Time 2019-08-26…