Getting Maximumsize issue, while reading the Byte Array from WCF service to ASP.NET MVC 3
问题 I am reading the pdf in byte array from my WCF web service and returning it to the web application to prepare the file temporary. But somehow I am getting this exception: The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element While reading the Byte Array from WCF service. My binding tag in web application is as follows. I tried to replace the number 104857600 with