I developed a webapplication,Now i want to create Rss feeds for my website.
In my application i have a module call Film news, which contain the latest news of the film stars. Now i want to create rss feeds for that module. the news contains title and description. How can i create rss feeds for my application?
I developed a webapplication,Now i want to create Rss feeds for my website. In
Share
Here’s the code i use for my feed, It’s just an .ashx (Generic handler), which I point my website at.
Remember to add this little piece of html to your site:
And here’s the complete handler code: