04 2012 档案
摘要:在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
阅读全文
摘要:c:/Program Files/Microsoft Visual Studio 8/VC>wsdl /language:c# /n:wsdlLib /out:c:/TestService.cs http://211.138.102.146:8092/FBI2BOSSInterFace.asmx?wsdl 注意:http://211.138.102.146:8092/FBI2BOSSInterFace.asmx?wsdl 为wsdl 地址, 也可以是wsdl路径:C:/Temp/TestService.wsdl 重要参数解析: /language: 用于生成的代理类的语言。请从“CS”、
阅读全文
浙公网安备 33010602011771号