The maximum message size quota for incoming messages has been Exceeded
-
8 мая 2012 г. 11:47
I have a website that is trying to read from the AppFabric cache. I'm getting the following error:
"The maximum message size quota for incoming messages (8388608) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element"
From what I have read this error is generally a WCF problem, however I'm not using WCF. I am developing a standard ASP.net website attempting to read cached data from AppFabric.
Все ответы
-
9 мая 2012 г. 14:45I would really appreciate any help with this issue. It's causing a major problem. I'm simply using AppFabric on a standalone Windows 7 machine.
-
11 мая 2012 г. 0:00
The Windows Cache Service Used by App Fabcrc could be using WCF. You might have to turn WCF tracing on on the Windows Cache Service to obtain details.
-
11 мая 2012 г. 14:14
Hi keithnolan,
The current version of Appfabric cache use WCF for client-server communication. This could explain why you are getting the above error.
Thanks,
Bharath
-
15 мая 2012 г. 4:35keithnolan,
can you try specifying maxReceivedMessageSize in transport properties on client side and advanceproperties on server side ?

