摘要: 现象:李勇webservice从后端获取数据时,系统提示“The length of the string exceeds the value set on the maxJsonLength property”解决方案:1、Json数据的长度超过了默认的102400!2、若数据量过大,则会出现如上错误信息。3、只需在Web.config中修改maxJsonLength即可... 阅读全文
posted @ 2010-06-05 20:31 马侃 阅读(3071) 评论(0) 推荐(0) 编辑