Tuesday, August 21, 2012

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

If you get such error.....operation is not valid due to the current state of the object. asp.net

Then to resolve this....
Please add  following in webconfig file.



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

No comments:

Post a Comment