只要修改web.config,在<microsoft.web> <scripting><webServices>中定义一下他的长度到足够大就可以了。比如:

<jsonSerialization maxJsonLength="500000"></jsonSerialization>


如:
 

<system.web.extensions>

       <scripting>

           <webServices>

                  <jsonSerializationmaxJsonLength="10240000">

                  </jsonSerialization>

           </webServices>

        </scripting>

</system.web.extensions>

posted on 2008-08-28 15:27  poplau  阅读(373)  评论(0编辑  收藏  举报