IncreaseMailsize

From SMTX Wiki
Revision as of 21:44, 25 May 2020 by Smtxwiki (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.