Dynamic rss feed in c #
What would be a good way to create a dynamic RSS feed? I have currently coded a function that is capable of creating a static file, but I'm just wondering what is the best way to run this at certain times / days? For example, I'm creating an RSS feed that lists all the items that are happening today, and I would like it to populate at 12:01. I also have another RSS feed that I wrote that lists the following item.
Just to clarify, I've already created a function to create feeds, I'm just looking for a good way to schedule this process to run on a regular basis.
I am programming in C # in the .NET Framework in VS 2008.
@John - I am using WebForms and I have no good reason not to just write it like this, I just created static feeds because that's what I knew how to do.
a source to share