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.
- 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.