Apologies to subscribers who occasionally get a double shot of my feed. It's a ridiculous CS 1.0 bug that's another of those issues that was never a problem in dotText. For some reason my dbvt.com feed spits out recent posts from www.dbvt.com.
I hardcoded a complete RSS subscription link for the hyperlink in csblogs.controls.subscriptions.cs, but I don't think that will fix the problem.
ssLink.NavigateUrl = BlogUrls.Instance().Rss(this.CurrentWeblog.ApplicationKey);
changed to
ssLink.NavigateUrl = "http://" + ConfigurationSettings.AppSettings["CSServerHost"].ToString() + BlogUrls.Instance().Rss(this.CurrentWeblog.ApplicationKey);
I didn't find anything in CS Forums, but then again Forums searching isn't as robust as it can be. And why have the communityserver.org NNTP Forums feeds stopped working???
Anyway. Sorry for putting two spoons in your reader's mouth from time-to-time. Will continue to monitor.