摘要: $.ajax({ type: "post", url: "your_webservice.asmx/you_method", contentType: "application/json; charset=utf-8", dataType: "json", data: '{parameter_key 阅读全文
posted @ 2016-08-24 18:22 nerocloud 阅读(149) 评论(0) 推荐(0) 编辑
摘要: ajax请求webservice返回json数据,数据规模过大时ajax请求会得到500的响应,webservice+ajax处理大规模的数据需要在web.config中进行如下配置: 注:####为指定上限值 阅读全文
posted @ 2016-08-24 14:35 nerocloud 阅读(562) 评论(0) 推荐(0) 编辑