I have a classic ASP page that I am trying to debug on IIS on Windows 7. The page works fine on another machine running Windows Server 2003 on a different network. Also, on
@Dan: Did you try with the IP for stackoverflow.com?
set xmlHTTP = server.CreateObject("MSXML2.ServerXMLHTTP") xmlHTTP.open "get", "http://64.34.119.12/", False xmlHTTP.send response.write xmlHTTP.responseText