B
Botch the Crab
Hi! I am running Personal Web Manager on Windows 2000 SP4 as my
development environment, and have been maintaining my classic ASP
sites like this for some time.
I wanted to find an ASP script that would fetch, parse and display an
RSS feed. I had no problem finding some scripts, but I was unable to
run any of them on my local server. Basically, no matter what script I
try, it fails when trying to create the MSXML object. Variations have
included:
Server.CreateObject("MSXML2.ServerXMLHTTP.3.0")
Server.CreateObject("MSXML2.DOMDocument")
Server.CreateObject("Microsoft.XMLHTTP")
Server.CreateObject("MSXML2.ServerXMLHTTP")
But I always get:
Server.CreateObject Failed
Invalid ProgID
Doing some research, I found that I didn't have any versions of MSXML
installed. So I headed to Microsoft.
I was apparently able to install MSXML 4.0 (as confirmed by an MSXML
sniffer and Add/Remove Programs), but that didn't help. I tried (and
tried and tried) to install MSXML 3.0, since that is what the majority
of scripts I have found seems to call for.... but no matter how many
times I install it (or the SDK) I do not seem to have success.
Suggestions?
Is there a way to modify 3.0 code for a 4.0 installation?
Is there a way to check my 3.0 (or 4.0) installation to make sure it's
installed correctly?
I've spent 2 hours on this, and all I can say is that Microsoft's site
is very unhelpful.
Any assistance would be appreciated. Thanks!
~ Botch the Crab
development environment, and have been maintaining my classic ASP
sites like this for some time.
I wanted to find an ASP script that would fetch, parse and display an
RSS feed. I had no problem finding some scripts, but I was unable to
run any of them on my local server. Basically, no matter what script I
try, it fails when trying to create the MSXML object. Variations have
included:
Server.CreateObject("MSXML2.ServerXMLHTTP.3.0")
Server.CreateObject("MSXML2.DOMDocument")
Server.CreateObject("Microsoft.XMLHTTP")
Server.CreateObject("MSXML2.ServerXMLHTTP")
But I always get:
Server.CreateObject Failed
Invalid ProgID
Doing some research, I found that I didn't have any versions of MSXML
installed. So I headed to Microsoft.
I was apparently able to install MSXML 4.0 (as confirmed by an MSXML
sniffer and Add/Remove Programs), but that didn't help. I tried (and
tried and tried) to install MSXML 3.0, since that is what the majority
of scripts I have found seems to call for.... but no matter how many
times I install it (or the SDK) I do not seem to have success.
Suggestions?
Is there a way to modify 3.0 code for a 4.0 installation?
Is there a way to check my 3.0 (or 4.0) installation to make sure it's
installed correctly?
I've spent 2 hours on this, and all I can say is that Microsoft's site
is very unhelpful.
Any assistance would be appreciated. Thanks!
~ Botch the Crab