Following FeedBurner and Changing a Blog's Feed URL, successfully updated my .Text default RSS feeder to FeedBurner to take advantage of some its benefits, i.e. more detail statistics, a couple of neat “publicizing“ tools, and embeded Google Adsense in feed.
The article explains how to update the feed to FeedBurner very clearly and in detail, there are 4 steps in short:
- Make physical Rss.aspx replaced with an HTTP 301 status code;
- Change the web.configure file to tell the ASP.Net engine to take care of requests to this new made Rss.aspx file;
- Update the appropriate <HttpHandler> line to tell the engine to use the new feed address;
- Update the link to the site's feed in the My Link section.
FeedBurner and Changing a Blog's Feed URL