Configure the Maximum Requesting Entity Body Limit

Defining a value for the Maximum Requesting Entity Body Limit setting is optional.

You may need to set this value only if you use custom SQL scripts in advanced conditions and only if the scripts have more than 70,000 characters.

If you receive AJAX errors when saving your custom SQL scripts that have more than 70,000 characters, you can increase the value of the Maximum Requesting Entity Body Limit setting in the IIS. Increasing the setting ensures that the ASP can post that much data onto the server.

To change the value of the Maximum Requesting Entity Body Limit setting:

  1. Go to the Internet Information Services (IIS) Manager.
  2. Double-click ASP in the right pane.
    The ASP dialog box appears.
  3. Expand Limit Properties and change the Maximum Requesting Entity Body Limit from 200000 Bytes (default) to a large value (preferably 5000000 Bytes).
  4. From Actions in the left pane, click Apply.
  5. Restart the IIS service.
    1. Click Start, and select Run.
    2. In the text box, enter iisreset -start.
    3. Click OK.