asp.net的web页面,数据量过多是提交失败,对策:
web.config文件中,增加
实现代码如下:

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

以上就是【asp.net的web页面(aspx)数据量过多时提交失败对策】的全部内容了,欢迎留言评论进行交流!

赞(0) 踩(0)

与本文相关的软件

发表我的评论

最新评论

  1. 暂无评论