Microsoft
70-513 · Question #140
You have an existing Windows Communication Foundation (WCF) Web service. The Web service is not responding to messages larger than 64 KB. You need to ensure that the Web service can accept messages…
The correct answer is A. Increase the value of maxReceivedMessageSize on the endpoint binding. See the full explanation below for the reasoning.
Question
You have an existing Windows Communication Foundation (WCF) Web service. The Web service is not responding to messages larger than 64 KB. You need to ensure that the Web service can accept messages larger than 64 KB without generating errors. What should you do?
Options
- AIncrease the value of maxReceivedMessageSize on the endpoint binding.
- BIncrease the value of maxRequestLength on the httpRuntime element.
- CIncrease the value of maxBufferSize on the endpoint binding.
- DIncrease the value of maxBufferPoolSize on the endpoint binding.
How the community answered
(47 responses)- A81% (38)
- B6% (3)
- C2% (1)
- D11% (5)
Community Discussion
No community discussion yet for this question.