MSXML3.dll 80072efd and 800c0005 errors executing ServerXMLHTTP.send in classic ASP on Windows 7

前端 未结 7 1617
甜味超标
甜味超标 2020-12-19 03:35

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

7条回答
  •  心在旅途
    2020-12-19 04:13

    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).

提交回复
热议问题