How to import XML RSS though proxy with authentication
- From: "ThatsIT.net.au" <me@thatsit>
- Date: Sat, 24 Mar 2007 22:14:26 +0800
I have asp.net application behind a ISA 2000 Server
I have a few pages that import RSS, recently I have had to set authentication for out going requests though the proxy server, how do I set authentication for the XmlDocument or XPathDocument object
I have done the same thing in classic asp using
set objXMLHTTP = Server.CreateObject("MSXML2.SERVERXMLHTTP")
objXMLHTTP.Open "GET", XMLRSS, false,"username","password"
how to do it in asp.net?
.
- Follow-Ups:
- Re: How to import XML RSS though proxy with authentication
- From: Alexey Smirnov
- Re: How to import XML RSS though proxy with authentication
- Prev by Date: Re: Project Name in an asp.net Item Template?
- Next by Date: Re: .net 1.1 && Ajax ???
- Previous by thread: capture click event of multiple image buttons
- Next by thread: Re: How to import XML RSS though proxy with authentication
- Index(es):