博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Operation is not valid due to the current state of the object解决方法
阅读量:4980 次
发布时间:2019-06-12

本文共 235 字,大约阅读时间需要 1 分钟。

 

当大数据量提交的时候

<appSettings>

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

这个值是一次提交的数量

 

转载于:https://www.cnblogs.com/hudasm/archive/2012/10/18/2729277.html

你可能感兴趣的文章