好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

asp.net的web页面(aspx)数据量过多时提交失败对策

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

复制代码 代码如下:


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

查看更多关于asp.net的web页面(aspx)数据量过多时提交失败对策的详细内容...

  阅读:45次