c# - Json Ajax Calls - The maximum message size quota for incoming messages (65536) has been exceeded -



c# - Json Ajax Calls - The maximum message size quota for incoming messages (65536) has been exceeded -

we have phonegap app running on ios , android, calling wcf webservices (hosted on iis7 in development) , on azure (when in production). wcf calls made using json ajax requests. phonegap using "filetransfer"

when upload big images, app sends image, webservice never recieves it. little images work fine.

the message in webservice log files is:

the maximum message size quota incoming messages (65536) has been exceeded

we've searched , searched , we've increased maxsize on can lay our hands on in webservice web.config file - no avail.

any help on much appreciated.

c# json wcf iis cordova

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -