Hello,
I used to work a lot on grabbing data from stranger's websites, but I don't know why when I tried it this time, it is giving an error. I am in the middle of my project and so this is not a good situation to be in.
This is the error I get:
msxml3.dll error '80070005'
Access is denied.
/_default.asp, line 37
The code of the page (I presume) has nothing wrong. I tried googling it but didn't work.
Dim objXMLHTTP, xml Dim wootSource Set xml = Server.CreateObject("Microsoft.XMLHTTP") xml.Open "GET", "http://woot.com/", False xml.Send wootSource = xml.ResponseText
|
How can this trouble be solved?