Forum Moderators: open
You write an ASP Page that reads the records from a database. You then loop round the records retrieved and build up your rss string. Set the content-type to xml and then response.write the rss string.
Should be about 20 lines of code