On another note after downloading the RSS feed into my Outlook I notice that I only see the "view article" link. View source of the RSS feed shows that the desciption tag is not populated/rendered with any value. Looking at the Kentico CMS devnet RSS they have managed to insert content into this field thus displaying on each of the posts.
Is it possible to insert blog content into the description field in the rss data shown below:
<item>
<guid isPermaLink="true"><![CDATA[http://adserver:8083/Blogs/My-blog-1/April-2009/what-is-google.aspx]]></guid>
<title><![CDATA[what is google]]></title>
<description></description>
<pubDate>Tue, 21 Apr 2009 18:28:12 GMT</pubDate>
<link><![CDATA[http://adserver:8083/Blogs/My-blog-1/April-2009/what-is-google.aspx]]></link>
</item>
I guess the change needs to be made to the /CMSPages/BlogRss.aspx page but not sure what is required to render the blog content into the feed.
Any help would be greatly appreciated.
Kind regards,
Sahus Pilwal