IncreaseMailsize

From SMTX Wiki
Revision as of 15:53, 1 February 2017 by Smtxwiki (talk | contribs) (Created page with "Change the following setting <system.web.extensions> <scripting> <webServices> <jsonSerialization maxJsonL...")
(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.