i have a web page that generates an rss feed dynamically.
http://localhost/syn/atom.aspx
This produces the rss feed dynamically.
i am trying to access the rss from my external application, and in this particular case, i need to download the rss page into a memory stream.
Is this possible?
1 Answer