nerdexam
Microsoft

70-513 · Question #112

You are developing a Windows Communication Foundation (WCF) service. You establish that the largest size of valid messages is 8,000 bytes. You notice that many malformed messages are being…

The correct answer is D. <messageLogging. To log malformed message we should set logMalformedMessages="true", only D met this

configuration of WCF services

Question

You are developing a Windows Communication Foundation (WCF) service. You establish that the largest size of valid messages is 8,000 bytes. You notice that many malformed messages are being transmitted. Detailed information about whether each message is malformed must be logged. You need to ensure that this information is saved in XML format so that it can be easily analyzed. What should you add to the service configuration file?

Options

  • A<messageLogging
  • B<messageLogging
  • C<message Logging
  • D<messageLogging

How the community answered

(60 responses)
  • A
    5% (3)
  • B
    3% (2)
  • C
    10% (6)
  • D
    82% (49)

Explanation

To log malformed message we should set logMalformedMessages="true", only D met this

Topics

#message logging#diagnostics#WCF configuration#XML tracing

Community Discussion

No community discussion yet for this question.

Full 70-513 Practice