ASP.NET Rendering XMl/XSLT direct from the web - problem with non virtual path

Posted by H4mm3rHead on Stack Overflow See other posts from Stack Overflow or by H4mm3rHead
Published on 2010-04-13T18:30:24Z Indexed on 2010/04/13 18:33 UTC
Read the original article Hit count: 254

Filed under:

Hi, i have a small problem. Im using the ASP.NET Xml control and want to pass it a url to a rss feed and a stylesheet - so that i can style the rss myself on my website. When applying the full web path to the xml control (http://www.myserver.com/myfeed.rss) i get an exception telling me that the document source is not a valid virtual path. What am i doing wrong? I would hate to download the file before showing it...

© Stack Overflow or respective owner

Related posts about ASP.NET