Click here to Skip to main content
15,890,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to add RSS Feed In my Asp.net website and i found many Tutorial for this,

And I understand that how to make RSS Feed, But my problem is

How i provide this RSS feed to Users of my Website,

I Notice in many website that they just put One Link of RSS feed in thair website and when i click on that button There is only XML code,
So my Question is


1. what is the meanning of that code ?
2. How user Subscribe RSS ??
3 how we provide Them Latest Data which is in My Rss.aspx page,



Plz Help me

I read This Artical for RSS:
http://net.tutsplus.com/tutorials/asp-net/how-to-build-an-rss-feed-with-asp-net/[^]
Posted
Updated 16-Jul-13 4:14am
v2

All you do is provide an RSS feed. That's it. Oh, and a link to the feed. What you should see is exactly what you saw in other sites, an XML file. That's it.

For subscriptions, you don't do anything at all. The user gets the link and pastes it into their favorite RSS app.

As for the "latest data", I thought you said to knew how to create an RSS feed? All you're doing is rewriting the RSS XML file every time you update your content.
 
Share this answer
 
Comments
Arun kumar Gauttam 16-Jul-13 10:47am    
thanks
1. The XML Code is parsed by Browser (or Rss App), which saves it as a Bookmark.

2. If you click the Subscribe button, one bookmark is created by browser.

3. As you have provided a article link, in that article, you can see that it is getting the data from Database.
So, your Rss page is always updated.
 
Share this answer
 
Comments
Arun kumar Gauttam 16-Jul-13 10:47am    
thanks
Hi Arun,

Most Welcome... :)

Thanks for accepting the answer. :)

Regards,
Tadit

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900