You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Elmah.txt 895B

123456789101112131415
  1. A new HTTP handler has been configured in your application for consulting the
  2. error log and its feeds. It is reachable at elmah.axd under your application
  3. root. If, for example, your application is deployed at http://www.example.com,
  4. the URL for ELMAH would be http://www.example.com/elmah.axd. You can, of
  5. course, change this path in your application's configuration file.
  6. ELMAH is also set up to be secure such that it can only be accessed locally.
  7. You can enable remote access but then it is paramount that you secure access
  8. to authorized users or/and roles only. This can be done using standard
  9. authorization rules and configuration already built into ASP.NET. For more
  10. information, see http://code.google.com/p/elmah/wiki/SecuringErrorLogPages on
  11. the project site.
  12. Please review the commented out authorization section under
  13. <location path="elmah.axd"> and make the appropriate changes.