Interviewer - Server > Configuration and customization > Web configuration files > Settings for the Quotas activity
 
Settings for the Quotas activity
The Quotas activity checks and revises quota targets and can be used to change the way quotas behave within the context of web interviewing, computer assisted telephone interviewing (CATI), or computer assisted personal interviewing (CAPI). The Microsoft security update 2659883 (see http://technet.microsoft.com/en-us/security/advisory/2659883) limits the HTTP request parameters to 1000. This limit may result in issues when attempting to update quotas.
To resolve this issue
1 Add
<add key="aspnet:MaxHttpCollectionKeys" value="[value]" />
in the <appSettings> section of the Web.config file in the ReviewQuotas folder (C:\InetPub\wwwroot\SPSSMR\ReviewQuotas)
2 Set an appropriate aspnet:MaxHttpCollectionKeys value.
Example
<appSettings>
  <add key="aspnet:MaxHttpCollectionKeys" value="5000" />
</appSettings>
See also
Web configuration files