posted on Saturday, June 03, 2006 12:55 PM
by
andrewwhitten
RSS Toolkit
There is a really nice toolkit for comsuming and producing RSS feeds from Dmitryr which makes RSS a simple task.
There isn't a great deal of tutorials or anything for it, so therefore Scott Guthrie made a tutorial which covers all the functionality.
Well, it is missing something, in that he says that by creating the format of your output in XML, and saving it as a .rss file in your /App_Code folder is all you need for creamy RSS goodness, since the wrapper class will be generated from this action.
This is 'nearly' true.. what is not stated is the need to add some lines to your web.config file in the <buildproviders> and <assemblies> sections. You can find what you need in the sample web.config.
Also ensure that the RssToolkit.dll is in your /bin folder