Skip to content

Instantly share code, notes, and snippets.

@NKid
Last active July 28, 2020 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NKid/ec10127b1c996db520be to your computer and use it in GitHub Desktop.
Save NKid/ec10127b1c996db520be to your computer and use it in GitHub Desktop.
[maxJsonLength] #aspnet
<configuration>
<system.web.extensions>
<scripting>
<webServices>
<jsonSerialization maxJsonLength="5000" />
</webServices>
</scripting>
</system.web.extensions>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment