I have a WCF method that is returning the custom list of objects and about 20K records have everything on my local machine Is working fine but is unable to generate any feedback on live server method. I am using the following binding configurations:
& lt; Bindings & gt; & Lt; BasicHttpBinding & gt; & Lt; Binding name = "newbanding" offtimeouttime = "00:10:00" opentimeout = "00:10:00" sending timeout = "00:10:00" MaxBeferPol Size = 2147483647 "MaxBufrices =" 2147483647 "MaxRayservice MessageSize =" 2147483647 "& Gt; readerQuotas maxDepth =" 2147483647 "maxStringContentLength =" 2147483647 "MaxArray Lang =" 2147483647 "Maxbitespearred =" 2147483647 "MacNameTable reason =" 2147483647 "/> & lt; / BasicHttpBinding & gt; & lt; / binding & gt; Itemprop = "text"> < P> Finally, I managed to fix it To decide & amp; fix, add the setting to the WCF server config below.
Servicebeaviers> ; Behavior & gt; & lt; Data Contractor SiriLizer maxItemsInObjectGraph = " 2147483647 "/>
No comments:
Post a Comment