0
votes
1answer
50 views
How to disable Elmah memory logging?
We're using Elmah in an asp.net 2.0 web app. Is there a way to disable the default Memory Log provider? In other words, we're logging to SQL Server and because of this we want to c …
0
votes
1answer
25 views
Using Elmah with Cassini
Does anyone know if I can use Elmah with Visual Studio build-in web server(aka Cassini)?
I get it working easily on IIS, but using same configuration, it doesn't work with Cassini …
1
vote
2answers
336 views
Using a global (dumb) error page for all ASP.NET MVC errors?
I've set up and configured ELMAH to log all of my errors on an ASP.NET MVC project I'm working on. It will be used by a small group of users who don't need to know too much so when …
0
votes
1answer
32 views
Cant get elmah to send email with MVC
"The specified string is not in the form required for an e-mail address."
I get the above and then it looks for source. The email address is fine and I have the module in place. E …
0
votes
0answers
7 views
Is there a way to add an elmah rss feed to google reader?
Elmah has an rss feed and rss digest feature. My feeds are working just fine from within my brwoser. However I would like to add them to google reader as this is my feed reader of …
56
votes
3answers
4k views
How to get ELMAH to work with ASP.NET MVC [HandleError] attribute?
I am trying to use ELMAH to log errors in my ASP.NET MVC application, however when I use the [HandleError] attribute on my controllers ELMAH doesn't log any errors when they occur. …
2
votes
3answers
659 views
Elmah not working with asp.net site
I've tried to use elmah with my asp.net site but whenever I try to go to http://localhost:port/elmah.axd I get resource not found exception. My web.config is given below.
< …
1
vote
2answers
74 views
ELMAH with multiple applications
Just got ELMAH running, and so far it seems great. I am wondering two things:
I am using ELMAH from multiple applications, all logging to the same table in MSSQL. Will I be able …
0
votes
0answers
46 views
Debug/Trace messages using ELMAH in MVC application
How do we add debug/Trace messages using ELMAH in MVC application
0
votes
2answers
161 views
Block 404 FavIco error in ELMAh
I noticed out of the box that ELMAH logs a 404 not found for favico on my local server. How do I suppress this error through a filter? I'm not so familiar with configurating it yet …
2
votes
1answer
247 views
Configuring ELMAH: Unrecognized config section error
Setup:
Windows XP
.NET Framework 3.5 SP1
ASP .NET MVC Version 1
I've been trying to set up ELMAH by following the instructions at http://code.google.com/p/elmah/wiki/MVC but I …
1
vote
3answers
82 views
How to enable and disable ELMAH in web.config and in code behind
Hello,
I am using ELMAH for error reporting in my asp.net projects. everything is working great.
Except when i debug a project i don't want to send email report to the allowed use …
0
votes
0answers
24 views
Extend ELMAH to include another viewer hitting a different table
I've been doing a little tweaking of the SQL-side of ELMAH to provide basic logging capabilities to my MVC app.
I changed ELMAH_LogError to test the TYPE field for text sent by my …
2
votes
1answer
1k views
How do I setup / configure ELMAH on GoDaddy ASP.NET hosting
FYI: ELMAH is the Exception logging framework that is mentioned on Coding Horror here.
How do I setup / configure ELMAH on GoDaddy ASP.NET hosting? I seem to get 404 errors when …
1
vote
2answers
212 views
I have sinned.. Web.config re-writing at runtime…for elmah
I have sinned on so many levels. I'm hoping someone can tell me a better way to re-write this c#.
I was given a task to modify a section of the web.config at runtime to remove a p …
