Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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.