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
I found out that when getting the 800C005 error in my script the connectivity to the soap server I was connecting to makes a difference.
Had to define multiple entries in my windows HOSTS table to run the script without the error.
Put in mysoapserverurl.com that gave an error, when adding www.mysoapserverurl.com that works, leaving only the URL with www. the script gives the error again. (always msxml3.dll error).