PrepAway - Latest Free Exam Questions & Answers

What should you do toaccomplish this goal without interrupting the service?

You create a Windows Communication Foundation (WCF) service by using Microsoft .NET Framework 3.5.
The WCF service accepts service requests from different partner applications.
One of the partner applications occasionally receives faults.
You need to identify why the service is generating faults.
You must accomplish this goal without interrupting the service.
What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
Run SvcTraceViewer.exe /register on the WCF server.

B.
Connect remotely to the WCF service by using a debugger.
Place breakpoints in the exception handling code segment.

C.
Configure the Service Tracing options in the application configuration file.
Analyze the trace results by using the SvcTraceViewer.exe program.

D.
Add the following code segment to the application configuration file.
<system.diagnostics>
<switches>
<add name=”WcfFaultTrace” value=”Error” />
</switches>
</system.diagnostics>


Leave a Reply