IncreaseMailsize: Difference between revisions
Jump to navigation
Jump to search
Created page with "Change the following setting <system.web.extensions> <scripting> <webServices> <jsonSerialization maxJsonL..." |
m 1 revision imported |
(No difference)
| |
Latest revision as of 21:44, 25 May 2020
Change the following setting
<system.web.extensions>
<scripting>
<webServices>
<jsonSerialization maxJsonLength="2147483644"/>
</webServices>
</scripting>
</system.web.extensions>
This setting is part of the web.config file. If not, add this section.