Results 1 to 4 of 4

Thread: ASP RSS and XML Problem

  1. #1
    Join Date
    Jul 2007
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default ASP RSS and XML Problem

    I have a site (www.hampsteadsportsservices.com) which has a rss feed to bbc.

    Now and again it comes up with the following error:

    msxml3.dllerror '80070005'
    Access is denied.

    Which seems to be addressed here:

    http://support.microsoft.com/kb/302080/

    Any ideas on how to utilise RSS on this site or whether the server has upto date service pack?

  2. #2
    Join Date
    Feb 2004
    Posts
    4,903
    Thanks
    2
    Thanked 134 Times in 113 Posts

    Default

    MSXML3 is old, you should be using MSXML4 SP2.

    What is the exact line of your CreateObject() code?
    Warren Ashcroft
    Red Fox UK Limited - Pioneers in Internet Technology
    http://www.redfoxuk.com
    w.ashcroft [at] redfoxuk.com

    NOTE: Forum Private Messaging should not be used to contact staff with support queries.

  3. #3
    Join Date
    Jul 2007
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Set xmlDOM = Server.CreateObject("MSXML2.DOMDocument")
    xmlDOM.async = False
    xmlDOM.setProperty "ServerHTTPRequest", True
    xmlDOM.Load("http://newsrss.bbc.co.uk/rss/sporton...otball/rss.xml")

  4. #4
    Join Date
    Feb 2004
    Posts
    4,903
    Thanks
    2
    Thanked 134 Times in 113 Posts

    Default

    Try changing from MSXML2.DOMDocument to MSXML2.DOMDocument.4.0
    Warren Ashcroft
    Red Fox UK Limited - Pioneers in Internet Technology
    http://www.redfoxuk.com
    w.ashcroft [at] redfoxuk.com

    NOTE: Forum Private Messaging should not be used to contact staff with support queries.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Merge XML and XSL with ASP
    By Rappie in forum ASP (VBScript)
    Replies: 4
    Last Post: 27th June 2006, 11:57 PM
  2. RecentIssues RSS Error
    By tbag in forum Sales and Service Feature Enquiries
    Replies: 4
    Last Post: 22nd March 2006, 10:26 PM
  3. Forums / RSS
    By Sol in forum Community Feedback and Suggestions
    Replies: 1
    Last Post: 24th October 2005, 01:51 PM
  4. Access ASP Problem
    By s80wkr in forum ASP (VBScript)
    Replies: 9
    Last Post: 9th September 2005, 02:23 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •