System.System.Windows.Browser.Serialization.JavaScriptSerializer.MaxJsonLength , How can I change this on the client side?
System.System.Windows.Browser.Serialization.JavaScriptSerializer.MaxJsonLength , How can I change this on the client side? I am accessing a service using System.Windows.Browser.Net.SoapHttpClientProtocol and need to increase the MaxJsonLength for a call. I have the ASP.NET end solved but can't figure out the client end.
William Wallace