+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 12 of 12

Thread: RSS to Web page

  1. #11
    Join Date
    Feb 2005
    Posts
    89

    Default Re: RSS to Web page

    I can enable ASP.NET on my web server. I'd be interested in seeing some code around this if you have a quick link.

    Quote Originally Posted by simpsond
    Well since you are running IIS 6, I will assume you are running ASP.NET extensions? If so, it is really quite simple to write a RSS parser with the built in XML classes of .NET. If you would like I can provide you some example code, but I am not sure that you are running C# or .NET.

  2. #12
    Join Date
    Jun 2005
    Location
    California
    Posts
    7

    Default Re: RSS to Web page

    Sorry for the delay.. hav'nt been on for a couple days. Anyways, here is a simple RSS parser/manager for ASP.NET. From the source, you will see how .NET's built in XML functionality help out with this.

    http://www.codeproject.com/csharp/RssReader.asp

+ Reply to Thread
Page 2 of 2 FirstFirst 1 2

Posting Permissions

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