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>
Then to resolve this....
Please add following in webconfig file.
<appSettings>
<add key="aspnet:MaxHttpCollectionKeys" value="5000" />
</appSettings>
No comments:
Post a Comment