随笔分类 - WebService
摘要:http://www.cnblogs.com/jacklaw/archive/2008/06/14/1222107.html
阅读全文
摘要:在asp.net页面中用到了含<>字符的字符串作为TextBox的值,再次提交的时候就会出现这个问题,在网上找了很久,最终解决了这个问题,方法如下:在配置文件中添加如下节:<pages validateRequest="false" /><httpRuntime requestValidationMode="2.0"/>由于我用的是4.0版本,只能再弄到2.0下去执行,屏蔽掉HttpHandler童鞋们路过的找到好方法请多多指教。。。。。
阅读全文
摘要:服务端代码:============================================================using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Linq;using System.Web;using System.Web.Services;using System.Web.Services.Protocols;using System.Xml.Linq;using System.Xml;using System.D
阅读全文
浙公网安备 33010602011771号