Classic ASP XMLUsing ASP 3 and XML. See also the XML category for more XML discussions not relating to ASP. NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP XML section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
shubhad thanks man for your suggestion worked for me as i was getting a "msxml3.dll error '800c0008' The download of the specified resource has failed." error message andit got resolved just by changng the version of the XML i was using.
Set xml = Server.CreateObject("MSXML2.ServerXMLHTTP")
Hi,
Just a little more info on this thread. I was also using xml object created through Microsoft.XMLHTTP. Therefore getting the same error.
It was working fine for me but as I changed by date to one month back I started getting error as "unable to download the file".
But as mentioned in the last post using Microsoft.ServerXMLHTTP will solve the problem i changed it. After that i got the date for ssl has expired.When I changed the system date time to the current date the code started working .
Hope this reply helps