I am using VS2008 + C# + .Net 3.5 + IIS 7.0 + ASP.Net to develop a simple web application. I want to add RSS feature to some of the pages of my web site, so that people could use their popular RSS reader to receive notification of content update.
Any easy way to do this in my development environment? I only need very basic RSS feature.
I would suggest you to use the new Syndication API that comes with .NET 3.5. Here is an example from a MSDN How to: Create a Basic RSS Feed article: