I enabled the search indexer on my site and now it works.
<?xml version="1.0" ?>
<rss version="2.0">
<channel>
<title>MYPortal Test</title>
<link>http://localhost/MyVirtDir</link>
<description>MyPortal Test</description>
<language>nl-NL</language>
<copyright>Copyright 2007 by Me</copyright>
<webMaster>MyName@MyCompany.nl</webMaster>
<item>
<title>Overzicht - Eerste bericht</title>
<description>Accumsan, arcu eget convallis semper nibh, enim....</description>
<link>http://localhost/MyVirtDir/Nieuws/Ontwikkeling/tabid/60/Default.aspx</link>
<pubDate>Thu, 22 Nov 2007 23:00:00 GMT</pubDate>
<guid>http://localhost/MyVirtDirNieuws/Ontwikkeling/tabid/60/Default.aspx?ItemId=5</guid>
</item>
</channel>
</rss>
But when I copy the rss url and past that on another page in a feedexplorer nothing is shown.
I used this OPML text :
<outline text="Ontwikkeling" type="none" category="Tab">
<outline text=".Net" type="none" category="Section">
<outline text="Development Support" type="rss" category="Category" xmlUrl="http://localhost/MyVirtDir/Nieuws/Ontwikkeling/tabid/60/moduleid/389/RSS.aspx" />
</outline>
</outline>
anyone ?
Pepijn
Ps. Sorry Erik :-)