Anders Juul
Anders Juul

Reputation: 2614

Getting started with Elmah?

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

Upvotes: 0

Views: 1098

Answers (2)

Maurice
Maurice

Reputation: 27632

Sounds like you might find the answer in this question.

Upvotes: 2

Andy Johnson
Andy Johnson

Reputation: 8149

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

Upvotes: 0

Related Questions