chicks
10 years agoRegular Contributor
ActiveXObject "Download of the specified resource has failed"
This code (Javascript) is working in one environment (QA) but not in another environment (Staging) . It was previously working in both environments. It works manually in both environments. The ...
- 10 years ago
This is now working when I use MSXML2.ServerXMLHTTP.3.0 instead after googling "msxml3.dll download of the specified resource failed".
Credit to AnthonyWJones at stackoverflow
op using Microsoft.XMLHTTP, you should not be using that in a service base scenario. Instead use MSXML2.SServerXMLHTTP.3.0 which is designed for use in services