服务器无法显示xml网页,创建Microsoft.xmlhttp或Msxml2.ServerXMLHTTP对象服务器都无法获取自己本地IIS运行出来的网页内容代码...
Function getHTTPPage()dim httpset http=Server.createobject("Msxml2.ServerXMLHTTP")Http.open "GET","http://127.0.0.1/test.html",falseHttp.send()if Http.readystate<>4 thenexit functionend ifgetHTT...