Groups | Blog | Home
all groups > inetserver asp general > july 2007 >

inetserver asp general : MSXML2.XMLHTTP.3.0 error


Dave
7/26/2007 10:32:21 AM
I am running the following code and I get an error:

Set xmlHttp = Server.CreateObject("MSXML2.XMLHTTP.3.0")
xmlHttp.Open "Get", URLToRSS, false
xmlHttp.Send
RSSXML = xmlHttp.ResponseText

The error is:

msxml3.dll error '800c0005'
The system cannot locate the resource specified.

It points to the "xmlHttp.Send" statement.

This code runs perfectly on my old ISP's server but not on my GoDaddy
server.

Dave
7/26/2007 10:53:20 AM
In article <uOyDWw5zHHA.5160@TK2MSFTNGP05.phx.gbl>, Ant@yadayadayada.com
says...
[quoted text, click to view]

Yes, I can visit the URL in my browser. And THANK YOU SO MUCH. You're
Anthony Jones
7/26/2007 4:46:07 PM
[quoted text, click to view]


Use MSXML2.ServerXMLHTTP.3.0, XMLHTTP should not be used the server context.

If that doesn't fix it can you visit the URL using a browser running on the
server?

Check for any proxy server configuration on the server.


--
Anthony Jones - MVP ASP/ASP.NET

AddThis Social Bookmark Button