Skip to main content

The maximum number of form, query string, or posted file items has already been read from the request. To change the maximum allowed request collection count from its current value of 2000

The problem will be fixed when you increase the value of the following key in the gidiniz.eba.net/Web.config file to the directory where the eBA application is installed and make it 10000. The defaul value is set to 2000.

'''<add key="aspnet:MaxHttpCollectionKeys" value="10000" />'''