M
Max2006
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
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