How we can generate rss.xml?

Please share with me. In the previous post Generating Rss Feeds using Asp.Net MVC – part 1, we looked into how to generate Rss Feed using an Asp.Net MVC application. In this short article, we will see how can we generate variable types of Feed by just modifying couple of lines of code.

We need to determine what Feed Format request is coming in from the customer. I have modified the route registrar in global.aspx to accept a default and a custom feed request as well.

Quote: http://codingphobia.com/2010/03/15/generate-rss-and-atom-feeds-using-asp-net-mvc-–-part-2/ It really depends on the system you are using. Some CMS systems do it automatically, otherwise you will have to throw in some code. A simple search on Google will give tons of sitemap generators.

Just search on "sitemap generator"
wink.gif


If you are using blog software like wordpress you can install a plugin to make it for you. Search in Google and put your keyword such as : rss feed generator, you can get many tools.
 
Back
Top