I am using Elmah for logging in a ASP.NET MVC project and I am recieving lots of 404 errors for a path /prx2.php which in turn is passing a hash as a querystring param.
Does anyone know of a good way to limit the number of emails sent by Elmah during a time period like you can with Health Monitoring?
I am trying to get xsp2 to run my asp.net mvc application, but I get the attached error message with no debug information.Nothing useful is produced if I run xsp2 with --verbose.
I am using ELMAH to log errors in my asp.net MVC(C#) application. I am able to log errors in xml or database. How to 开发者_JAVA百科log errors to the eventlog using ELMAH?ELMAH does not include an ev
We have a system that already has a table and some stored procedures used for logging (Oracle). I am curre开发者_Python百科ntly working on another system which is going to use the same database, but d
Does anyone know if I can use Elmah with Visual Studio build-in web server(aka Cassini)? I get it working easi开发者_Go百科ly on IIS, but using same configuration, it doesn\'t work with Cassini. When
\"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 ha开发者_高级运维ve the module in place. Erro
I\'ve been doing a little tweaking of the SQL-side of ELMAH to provide basic logging capabilities to my MVC app.
I am using ELMAH for error reporti开发者_高级运维ng in my ASP.NET projects.Everything is working great, except when I debug a project I don\'t want to send an email report to the allowed users.