When I try to send the list of more then 400 records (each won't have more than 900 char length). After setting the maxJsonLength property to its maximum value in web.config still not getting any error. When I try to send the list of less then 30 records. It works perfectly.
Asked
Active
Viewed 141 times
0
1 Answers
0
<scripting>
<webServices>
<jsonSerialization maxJsonLength="50000000">
</jsonSerialization>
</webServices>
</scripting

Nadeem Taj
- 1
- 4
- 21