user354625
user354625

Reputation: 557

ELMAH in asp.net mvc2

Can any body give me code to impement ELMAH error handling for my asp.net mvc application..

I need to know step by step process to implemnt?

thanks

Upvotes: 0

Views: 1265

Answers (2)

Darren
Darren

Reputation: 345

Check out my blog series on logging in MVC. The first article covers getting Elmah set up and running for MVC and expands on what Hanselman does.

There is a link to downloadable code at the end of the article. Hope that helps.

http://dotnetdarren.wordpress.com/

Upvotes: 0

Vishal
Vishal

Reputation: 12369

I have used elmah with asp.net mvc 2.0.You would need to download the source from here, add the dll to your project and then change your web config to get elmah working it is explained well here. Also have a look at a similiar post to get more information or if you run into problems.

Upvotes: 4

Related Questions