Hi,
I woud like to know how and where increase property maxJsonLength?
I was try to add following code in web.config, but doesn't work :(
<system.web.extensions> |
<scripting> |
<webServices> |
<jsonSerialization maxJsonLength="50000"> |
<converters> |
<add name="ConvertMe" |
type="Acme.SubAcme.ConvertMeTypeConverter"/> |
</converters> |
</jsonSerialization> |
</webServices> |
</scripting> |
</system.web.extensions> |