Web.config file has incorrect settings for the requestFiltering element (SharePoint Server 2010)

 

Applies to: SharePoint Server 2010, SharePoint Foundation 2010

Rule Name:  Web.config file has incorrect settings for the requestFiltering element.

Summary:  To support file names that contain the + character, the requestFiltering element in the Web.config file must have the allowDoubleEscaping attribute set to True and it must have a requestLimits element that has a maxAllowedContentLength value set to 2147483647 to avoid interfering with file upload.

Cause: The settings of the requestFiltering element in the Web.config file are incorrect.

Resolution: Change the requestFiltering settings in the Web.config file in Internet Information Services (IIS).

  1. Verify that the user account that is performing this procedure is a member of the Farm Administrators group.

  2. Identify the server on which this event occurs. On the Central Administration Web site, in the Monitoring section, click Review problems and solutions, and then find the name of the server in the Failing Servers column. If there are multiple failing servers in a server farm, you must repeat the following steps on each failing server.

  3. Verify that the user account that is performing the following steps is a member of the Administrators group on the local computer that you identified in the previous step.

  4. Log on to the server on which this event occurs.

  5. Click Start, click Administrative Tools, and then click Internet Information Services (IIS) Manager.

  6. In the Internet Information Services management console, in the Connections pane, expand the tree view of the server name, expand Sites, and then click the site for which you want to change the requestFiltering settings.

  7. On the site Home page, switch to Features View, and then in the Management section, double-click Configuration Editor.

  8. In the Section list, expand system.webServer, expand security, and then click requestFiltering.

  9. On the Configuration Editor page, ensure the following attributes or elements exist and are configured correctly:

    • The allowDoubleEscaping attribute is set to True.

    • The requestLimits element exists.

    • The requestLimits element has a maxAllowedContentLength attribute and its value is set to 2147483647.

    For more information, see How to: Add and Remove Web.config Settings Programmatically (https://go.microsoft.com/fwlink/p/?LinkId=227014).

  10. After you have made changes to these settings, in the Actions pane, click Apply.