Is there a way to add an elmah rss feed to google reader?
Posted
by Jason Irwin
on Stack Overflow
See other posts from Stack Overflow
or by Jason Irwin
Published on 2009-11-05T20:05:05Z
Indexed on
2010/04/13
21:23 UTC
Read the original article
Hit count: 295
Elmah has an rss feed and rss digest feature. My feeds are working just fine from within my brwoser. However I would like to add them to google reader as this is my feed reader of choice.
The problem is that Elmah uses an AXD handler to server its information - therefore the path to the RSS feed is not a physical one. For example the RSS feed for my site is located at:
This is not a file nor does the folder structure exist - it is all part of the beauty of Elmah. When I attempt to add this virtual path as a feed in google reader i get:
Your search did not match any feeds
Any help would be greatly appreciated,
Thanks
Jason
© Stack Overflow or respective owner