Search code examples
asp.netrssfeed

how to add rss feed in our website


I m adding rss feed in out publish website which is related to advocate .


Solution

  • Create an XML file according to the RSS standard.

    If you are using database driven website, you can manipulate a dynamic RSS feed from your DB. Assuming you are using PHP you can find the instruction on this link to create dynmic RSS feeds. http://www.broculos.net/tutorials/how_to_make_a_dynamic_rss_feed_in_php/20080324/en