hello,
I was fetching the rss xml feed from remote server using MSXML3.XMLHTTP.3.0 object but suddenly after few days It stops working. :(
Set xmlHttp = Server.CreateObject("MSXML3.XMLHTTP.3.0")
It gives msxml3.dll error '80070005'
Do I need to create another object. I don't what happend
Is there any other alternative to
MSXML3.XMLHTTP.3.0 object to fetch rss data?