摘要: HTTPS中用XMLHTTP对象访问XML时报错,解决方案如下: try{ var Req = Server.CreateObject("Msxml2.ServerXMLHTTP.4.0"); var URL = "https://someserver/a.xml"; Req.open("GET", URL, false); Req.setOption(2) = 13056 R... 阅读全文
posted @ 2005-04-19 15:02 margiex 阅读(1061) 评论(0) 推荐(0)
摘要: Introduction Normally debugging a windows service under Visual Studio .Net is painful. Windows services won't actually run directly within Visual Studio .Net, so the usual technique is to install and... 阅读全文
posted @ 2005-04-19 13:05 margiex 阅读(850) 评论(0) 推荐(0)