Hi Bob,
Microsoft security update MS11-100 limits the maximum number of form keys, files, and JSON members to 1000 in an HTTP request. Because of this change, ASP.NET applications reject requests that have more than 1000 of these elements. HTTP clients that make these
kinds of requests will be denied.
To resolve the issue, we can modify the web.config file of the Report Manager (Native mode) or the SharePoint site (SharePoint Integrated mode) as follows:
<appSettings>
<add key="aspnet:MaxHttpCollectionKeys" value="10000" />
</appSettings>
Reference:
An ASP.NET request that has lots of form keys, files, or JSON payload members fails with an exception
Regards,
Heidi Duan
If you have any feedback on our support, please click
here.
Heidi Duan
TechNet Community Support
