I am using an MS Virtual Earth
I get the following error any
Error during
I tried modifying the maxJsonLength property in my web.config to 2147483647 but changing this value has no effect. No matter what I set the value to, I always get an error when I try to plot more than 25,000 points. I even tried setting it to "ABC" and my
site still worked when my WCF service returned less than 25,000 records.
I verified that I don't have the maxJsonLength property in my machine.config file.
Below is an excerpt from my web.config file:
<configuration>
<configSections>
<sectionGroup name="system.web.extension
<sectionGroup name="scripting" type="System.Web.Configura
<section name="scriptResourceHandle
<sectionGroup name="webServices" type="System.Web.Configura
<section name="jsonSerialization" type="System.Web.Configura
<section name="profileService" type="System.Web.Configura
<section name="authenticationServic
<section name="roleService" type="System.Web.Configura
<connectionStrings/>
<system.web.extensions>
<scripting>
<webServices>
<jsonSerialization maxJsonLength="2147483647"
</webServices>
</scripting>
</system.web.extensions>
Any idea my changes to the maxJsonLength property aren't being recognized?
↧
Changing maxJsonLength property in web.config has no effect
↧