PrepAway - Latest Free Exam Questions & Answers

What should you do?

You are using tracing to diagnose run-time issues.When you look at the traces for the service in SvcTraceViewer.exe,
you see what is shown in the exhibit:


The exception trace is selected in SvcTraceViewer.exe. You need to interpret the trace results to determine where the error occurred and what to do next.
What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
This issue occurred in the ServiceHost during ServiceHost.Open().
Enable WMI by adding the following configuration to the system.serviceModel configuration section in the application configuration file
<diagnostics wmiProviderEnabled=”true”/>
Restart the application and inspect the endpoints visible through WMI.

B.
This issue occurred in the ServiceHost during ServiceHost.Open().
Compare the security settings for any endpoints that use an MSMQ transport to the security configuration of the MSMQ queue used by the endpoint.

C.
This issue occurred at the ServiceHost when receiving a message.
Compare the security configurations on the client and server to make sure that they are compatible.

D.
This issue occurred at the ServiceHost when accepting an initial set of messages from MSMQ.
Log all messages sent between the client and the sever.

One Comment on “What should you do?


Leave a Reply