Windows Communication Foundation (WCF) Service Trace Viewer Tool helps you analyze diagnostic traces that are generated by WCF. Service Trace Viewer provides a way to easily merge, view, and filter trace messages in the log so that you can diagnose, repair, and verify WCF service issues.
Here is a simple demo for naive users, that how to use Service trace viewer to analyze service data in WCF (Windows communication foundation)
Step 1: Go to Start menu – > Program files –> Visual studio 2008 –> Visual studio tools –> visual studio 2008 command prompt, Please note that this command prompt is different from ms dos command prompt.
Step 2: command Prompt is open now, just type svctraceviewer to open Service trace viewer.
Step 3: Service trace viewer is open now.
Step 4: Browse to your service host directory and select service log file from there (app_messages.svclog) .
Step 5: All the Service logs are available there for view.
Step 6: There number of logs , Please select the log which you want to see in details.
Read more information on service trace viewer and WCF:
0 comments:
Post a Comment