DotNetShoutout - Stories tagged with ELMAH
3
Shouts

ASP.NET session hijacking with Google and ELMAH

published 498 days, 14 hours, 14 minutes ago posted by http://troyhunt.myopenid.com/http://troyhunt.myopenid.com/ 500 days, 3 hours, 49 minutes ago
Tuesday, January 10, 2012 8:26:19 PM GMT Monday, January 09, 2012 6:51:07 AM GMT
ELMAH is one those libraries which is both beautiful in its simplicity yet powerful in what it allows you to do. Combine the power of ELMAH with the convenience of NuGet and you can be up and running with absolutely invaluable error logging and handling in literally a couple of minutes. Yet, as the old adage goes, with great power comes great responsibility and if you’re not responsible with how you implement ELMAH, you’re also only a couple of minutes away from making session hijacking of your ASP.NET ... (more)
category: Web Dev | clicked: 25 | 1 comment | | source: www.troyhunt.com
tags: Security, ELMAH
8
Shouts

Integrating ELMAH to ASP.net MVC in right way

published 806 days, 18 hours, 28 minutes ago posted by http://www.beletsky.net/http://www.beletsky.net/ 807 days, 20 hours, 53 minutes ago
Tuesday, March 08, 2011 4:11:34 PM GMT Monday, March 07, 2011 1:47:09 PM GMT
Many of you know what the ELMAH is. If you still don't, go and read here. If you care about monitoring and stability of your web application, you definitely consider to integrate ELMAH. There are number of guidelines of how to do that. But all of them do not answer several question that MVC developers really concerned about: How to add ELMAH as usual MVC controller? How to add ELMAH handler to make it secure (accessible only by authorized users) in MVC application? I'll shed the light on both questi... (more)
category: Web Dev | clicked: 1 | comment | | source: www.beletsky.net
tags: ASP.NET MVC, ELMAH
8
Shouts

Customizing ELMAH’s Error Emails - Scott Mitchell

published 862 days, 16 hours, 16 minutes ago posted by iftekharahmedamitiftekharahmedamit 863 days, 17 hours, 26 minutes ago
Tuesday, January 11, 2011 6:23:59 PM GMT Monday, January 10, 2011 5:13:24 PM GMT
ELMAH (Error Logging Modules and Handlers) is my ASP.NET logging facility of choice. It can be added to a new or running ASP.NET site in less than a minute. It’s open source and it’s creator, Atif Aziz, remains actively involved with the project and can be found answering questions about ELMAH, from Stackoverflow to ELMAH’s Google Discussion group. What’s not to love about it? ELMAH’s so... (more)
category: Web Dev | clicked: 0 | comment | | source: scottonwriting.net
tags: Error Logging Modules and Handlers, logging, ELMAH, ASP.NET
9
Shouts

Building a MVC2 Template, Part 7, Custom Web Errors and Adding Support for Elmah | erictopia.com

published 1115 days, 23 hours, 23 minutes ago posted by http://37stars.wordpress.com/http://37stars.wordpress.com/ 1122 days, 20 hours, 12 minutes ago
Monday, May 03, 2010 11:17:12 AM GMT Monday, April 26, 2010 2:28:17 PM GMT
In this installment we’ll add support for our custom web errors and add support for Elmah.Custom Web Errors First we need to write our specs. In the Controllers folder of the Nehemiah.Specs project add a class file named ErrorControllerSpecs.cs. Initially we’ll write a single generic error page. So there will be only a single test. Our specs loo... (more)
category: Web Dev | clicked: 1 | comment | | source: erictopia.com
tags: asp.net mvc2, ELMAH