Closed GoogleCodeExporter closed 9 years ago
If you are using IE or FF as your browser then the "feed icon" will
automatically
light up. Clicking this icon will take you to the RSS feed URL. You can also
point
your RSS reader to the error log page from ELMAH and it will be able to sniff
out
the RSS feed address automatically (due to a <link> hint in the <head> part of
the
HTML page). If you want to get to the RSS feed directly by supplying the URL
yourself, then you simply add /rss to the URL from where ELMAH's error log page
is
registered to be available. So assuming your web site is www.example.com and
that
ELMAH's error log page is sitting over at http://www.example.com/elmah.axd, the
RSS
feed would be accessible from http://www.example.com/elmah.axd/rss. This was
also
discussed in the MSDN article over at
http://msdn2.microsoft.com/en-us/library/aa479332.aspx. Search for the string
"/rss"
within the article (without the quotes) to see around where it is mentioned.
Original comment by azizatif
on 22 Sep 2007 at 10:01
Original comment by azizatif
on 19 Oct 2007 at 6:02
Adding this directly to the main error log page.
Original comment by azizatif
on 19 Oct 2007 at 6:03
Fixed by virtue of adding a speed bar on the home page that makes it very easy
to
discover the RSS feed.
Original comment by azizatif
on 30 Oct 2007 at 9:21
Original issue reported on code.google.com by
swe...@gmail.com
on 22 Sep 2007 at 7:52