随笔分类 -  .net

n-tier application and sample (ref)
摘要:N-Tier Applications and .NEThttp://www.dotnetbips.com/displayarticle.aspx?id=213N-Tier Applications and .NET: A Simple Examplehttp://www.dotnetbips.com/displayarticle.aspx?id=291N-Tier Applications an... 阅读全文

posted @ 2005-05-25 11:56 margiex 阅读(426) 评论(1) 推荐(0)

https://XXX/.xml Error:800C000E
摘要: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 阅读(1058) 评论(0) 推荐(0)