HOME

Monday, April 9, 2012

operation is not valid due to the current state of the object. asp.net


Add this in web.config
<appSettings>
    <add key="aspnet:MaxHttpCollectionKeys" value="10000" />
 </appSettings>
if its not work increase the value like

<appSettings>
    <add key="aspnet:MaxHttpCollectionKeys" value="50000" />
 </appSettings>

No comments:

Post a Comment