asp.net的web页面(aspx),数据量过多是提交失败

asp.net的web页面,数据量过多是提交失败,对策:

web.config文件中,增加


  <appSettings>

     ...

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

   ...

  </appSettings>

 

posted @ 2013-05-22 19:40  javawebsoa  Views(184)  Comments(0Edit  收藏  举报