Implement RSS feed feature?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
There's nothing "out of the box" in ASP.NET. However, Dmitri Robsman[^], a member of the ASP.NET Team, created something call the RSS Toolkit[^]. It's a set of controls that allow you expose an RSS feed from your ASP.NET application with minimal coding. ~Javier Lozano