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
This worked for fixing my issue with same error number in vbs file using Microsoft.XmlHttp.
Try adding empty double quotes at end of http.send
http = CreateObject("Microsoft.XmlHttp") http.open "GET", strURL, False http.send ""
Worked for me. Good luck to you.