feliperochadev / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

Missing instruction on accessing RSS feed #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. There is no instructions to any of this
2. None of your text documents have anything
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by swe...@gmail.com on 22 Sep 2007 at 7:52

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 19 Oct 2007 at 6:02

GoogleCodeExporter commented 9 years ago
Adding this directly to the main error log page.

Original comment by azizatif on 19 Oct 2007 at 6:03

GoogleCodeExporter commented 9 years ago
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