Microsoft Exam Questions

How can this be remedied?

There is a WCF (Windows Communication Foundation) Web service PassGuideService.
PassGuideService have problems handling larger messages.
PassGuideService is not responding to messages larger than 96 KB.
How can this be remedied? Select three

A.
Use the httpRuntime element..

B.
Use the endpoint binding..

C.
..and decrease the value of..

D.
..and increase the value of..

E.
maxRequestLength

F.
maxBufferPoolSize

G.
minRequestLength

H.
minBufferPoolSize

I.
minBufferSize

J.
minReceivedMessageSize
K.
maxBufferSize
L.
maxReceivedMessageSize

Explanation: