Introduction
This blog gives a introduction to the developers who are beginning to learn Elmah.
Overview
Elmah is a simple but elegant tool for error logging. Elmah - Error logging modules and handlers.
This blog gives a introduction to the developers who are beginning to learn Elmah.
Overview
Elmah is a simple but elegant tool for error logging. Elmah - Error logging modules and handlers.
- Create a simple asp.net web application.
- Name the solution as Elmah.
- And install Elmah.
- You can install elmah from the Package manager Console using.
install-package elmah

Run the application by pression F5. You will see the below error

Learning
The error occured because the solution name is same as Elmah.Rename the solution to anything else other than elmah and you will be able to run elmah successfully.
The error occured because the solution name is same as Elmah.Rename the solution to anything else other than elmah and you will be able to run elmah successfully.
Bhuvanesh MohankumarPosted May 13, 2016, 10:35 AM
Good one
Santhakumar MunuswamyPosted Oct 3, 2015, 5:40 AM
Good one
Guest UserPosted Sep 23, 2014, 6:45 AM
good.