Click here to Skip to main content
15,891,033 members
Everything / Elmah

Elmah

elmah

Great Reads

by Sebastian Solnica
Diagnosing a collation issue in a MySQL stored procedure.
by Andreas Mertens
How to extend ELMAH to include additional details in the Error Log
by Saineshwar Bageri
In this article, we are going to learn how to implement the best Logging libraries available in the market for an ASP.NET MVC application.
by Hamid Mosalla
Customizing ELMAH To Prevent It From Logging Unnecessary Errors Using Entity Framework and ASP.Net MVC IntroductionCouple of months ago, I needed to use ELMAH in one of my project (in case you haven't heard about it, you can see what it can do for you here), but the component out of the box had some

Latest Articles

by Saineshwar Bageri
In this article, we are going to learn how to implement the best Logging libraries available in the market for an ASP.NET MVC application.
by Andreas Mertens
How to extend ELMAH to include additional details in the Error Log
by Hamid Mosalla
Customizing ELMAH To Prevent It From Logging Unnecessary Errors Using Entity Framework and ASP.Net MVC IntroductionCouple of months ago, I needed to use ELMAH in one of my project (in case you haven't heard about it, you can see what it can do for you here), but the component out of the box had some
by Mahdi K.
This article will help you to handle all types of errors in MVC platform; MVC Views, API, 404.0, Synchronous/Asynchronous Calls all with same user experience centrally.

All Articles

Sort by Score

Elmah 

19 Jun 2013 by sharmarun
hi all i am using elmah in mvc4 all things working fine except my page is not redirect to "http://localhost:52442/elmah.axd[^]"after getting 404 error can i missed something in web config please let me know
19 Jul 2013 by Sebastian Solnica
Diagnosing a collation issue in a MySQL stored procedure.
26 May 2015 by Magesh M N
Hi All,In My mvc Project am using Elmah for Error Logging , It works fine,But the User column in Elmah_Error table remains blank...why it happens..I wants to save the current login userid in this field, how can i do this?..
26 May 2015 by Andy Lanng
How are you handling the logins?With form authentication, the User.Identity is filled. This is what is used in the User column. If you handle the user authentication yourself then it will remain empty.Check out the asp forums for a similar...
18 May 2016 by Member 10150811
Hi guys We are using ELMAH in our ASP.NET application its really good and working perfectly we are quite contented with it except one of its authorization issue. I have used the following configurations of ELMAH in my ASP.NET MVC application.I just want to make ELMAH URL password...
8 Jan 2017 by UnStable Messi
hello guys !I'm using ELMAH to store exception logs to database. on elman.axd it's showing few columns like StatusCode User and more.how can I increase these columns ? add more columns to show on page ??and how can i change the existing columns ? like if it shows HOST column these...
3 Mar 2017 by Richard Deeming
Here's the obvious problem:Look at your section - the only connection string you've defined is an Entity Framework connection called SCE.ELMAH doesn't use Entity Framework. You'll...
3 May 2017 by M. Daban
I don't want to receive emails about "The wait operation timed out" error what is wrong in my code? because I still getting emails about this error What I have tried: my config file
31 Jan 2018 by OriginalGriff
You can delete it yourself: just hover the mouse over the question and click the "bin" icon in the bottom right.
19 Aug 2018 by Andreas Mertens
How to extend ELMAH to include additional details in the Error Log
22 Feb 2019 by Saineshwar Bageri
In this article, we are going to learn how to implement the best Logging libraries available in the market for an ASP.NET MVC application.
15 Dec 2015 by Hamid Mosalla
Customizing ELMAH To Prevent It From Logging Unnecessary Errors Using Entity Framework and ASP.Net MVC IntroductionCouple of months ago, I needed to use ELMAH in one of my project (in case you haven't heard about it, you can see what it can do for you here), but the component out of the box had some
29 Dec 2014 by Mahdi K.
This article will help you to handle all types of errors in MVC platform; MVC Views, API, 404.0, Synchronous/Asynchronous Calls all with same user experience centrally.
9 Jan 2017 by rohanpatelce
Hello srikanth,For configure email in elmah add below code in web.config