Hi,
I use RadSpell for spelling check control, it works fine when the text is small, but when the text content is large, for example 30k+ lines, an error page pop up:
Spell check handler server error: 500
...
<title>...The length of the string exceeds the value set on the maxJsonLength property.</title>
...
I use client JS method startSpellCheck(); and set source text when I click a button.
And I also set the maxJsonLength to a big value, but it seems that the spell check ignore it:
<system.web.extensions>
<scripting>
<webServices>
<jsonSerialization maxJsonLength="2147483644"></jsonSerialization>
</webServices>
</scripting>
</system.web.extensions>
I use RadSpell for spelling check control, it works fine when the text is small, but when the text content is large, for example 30k+ lines, an error page pop up:
Spell check handler server error: 500
...
<title>...The length of the string exceeds the value set on the maxJsonLength property.</title>
...
I use client JS method startSpellCheck(); and set source text when I click a button.
And I also set the maxJsonLength to a big value, but it seems that the spell check ignore it:
<system.web.extensions>
<scripting>
<webServices>
<jsonSerialization maxJsonLength="2147483644"></jsonSerialization>
</webServices>
</scripting>
</system.web.extensions>