Print Page | Close Window

msxml3.dll error '80070005'

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=24361
Printed Date: 29 March 2026 at 12:41pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: msxml3.dll error '80070005'
Posted By: neotrix
Subject: msxml3.dll error '80070005'
Date Posted: 07 September 2007 at 2:23am
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?


-------------
http://www.muhammadbinyusrat.com/blog/" rel="nofollow - Say to the believing men..



Replies:
Posted By: neotrix
Date Posted: 07 September 2007 at 8:09am
Never mind,  I tried ServerXMLHTTP instead, and it worked.

    url = "http://www.woot.com"
    set xmlhttp = CreateObject("MSXML2.ServerXMLHTTP")
    xmlhttp.open "GET", url, false
    xmlhttp.send ""
    wootSource =  xmlhttp.responseText
    set xmlhttp = nothing


-------------
http://www.muhammadbinyusrat.com/blog/" rel="nofollow - Say to the believing men..



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net