0

I've read http://www.hanselman.com/blog/ELMAHErrorLoggingModulesAndHandlersForASPNETAndMVCToo.aspx and would like to use it in my mvc application; I'm running the MVC 2 preview.

My problem is, that when I follow instructions in article (providing dll and modifying web.config), I encounter an error when accessing http://localhost:62864/elmah.axd (ressource not found).

Any suggestions?

Any references to a good "get started" article on elmah?

Thanks,

Anders

Anders Juul
  • 2,407
  • 3
  • 34
  • 56

2 Answers2

2

Sounds like you might find the answer in this question.

Community
  • 1
  • 1
Maurice
  • 27,582
  • 5
  • 49
  • 62
  • Yup! "I found that I needed to register the Elmah Modules and Handlers in system.web AND system.webServer" helped me... Thanks, Maurice! – Anders Juul Aug 13 '09 at 13:12
0

The project page on Google code has some links to some discussion groups (fifth box down on the right-side of the page. You might get more help there.

Andy

Andy Johnson
  • 7,938
  • 4
  • 33
  • 50