Connecting Tech Pros Worldwide Forums | Help | Site Map

A question about classic asp

Max2006
Guest
 
Posts: n/a
#1: Oct 5 '07
Hi,

The follwoing classic asp code all of the sudden stopped working :

<%
Dim objXMLHTTP
Set objXMLHTTP = Server.CreateObject("microsoft.XMLHTTP")
objXMLHTTP.Open "GET",
"http://finance.yahoo.com/d/quotes.csv?s=ABX+ABX.TO&f=sl1d1t1c1ohgv&e=.csv",
False
objXMLHTTP.Send
Response.write objXMLHTTP.ResponseText
%>

It returns the follwoing error:

msxml3.dll error '80070005'
Access is denied.
/tsx/sg.ASP, line 8

Is there any way I can fix that?

Any help would be appreciated,
Max





jdlwright@gmail.com
Guest
 
Posts: n/a
#2: Oct 5 '07

re: A question about classic asp


http://forums.webwizguide.com/forum_posts.asp?TID=24361

Any use?



On Oct 4, 6:56 pm, "Max2006" <alanal...@newsgroup.nospamwrote:
Quote:
Hi,
>
The follwoing classic asp code all of the sudden stopped working :
>
<%
Dim objXMLHTTP
Set objXMLHTTP = Server.CreateObject("microsoft.XMLHTTP")
objXMLHTTP.Open "GET",
"http://finance.yahoo.com/d/quotes.csv?s=ABX+ABX.TO&f=sl1d1t1c1ohgv&e=...",
False
objXMLHTTP.Send
Response.write objXMLHTTP.ResponseText
%>
>
It returns the follwoing error:
>
msxml3.dll error '80070005'
Access is denied.
/tsx/sg.ASP, line 8
>
Is there any way I can fix that?
>
Any help would be appreciated,
Max

Mark Rae [MVP]
Guest
 
Posts: n/a
#3: Oct 5 '07

re: A question about classic asp


"Max2006" <alanalan1@newsgroup.nospamwrote in message
news:%23P1f7LvBIHA.3916@TK2MSFTNGP02.phx.gbl...
Quote:
Any help would be appreciated,
Best place to ask would be the Classic ASP newsgroup:
microsoft.public.inetserver.asp.general


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Closed Thread