Questions tagged [elmahr]

ElmahR = ELMAH + SignalR

ElmahR is used for error monitoring in real-time. It is based on the error logging facility ELMAH and augmented by SignalR for the 'real-time notification' piece.

Links:

8 questions
3
votes
0 answers

ElmahR Dashboard throws "Unable to compile template" error when Sending Commands

I worked through the Setup documentation found here. I have a sample dashboard application and a sample client application which throws Elmah errors into a SQL database. The client application has elmah working correctly and I can view the error…
shanabus
  • 12,989
  • 6
  • 52
  • 78
1
vote
0 answers

Getting ElmahR to work with an persistence layer

I am having a problem with ElmahR and setting the persistorType. Without setting the persistoryType elmah logs perfectly to elmahR and the errors are shown on the dashboard. The problem arise when i want to add the persistorType. When i add the…
1
vote
1 answer

ElmahR does not catch any exception

I'm trying to install ElmahR on my existing MVC5 project. Before installed ElmahR, I'm using Elmah and NLog to handle the exception. Based on this tutorial I installed the ElmahR using nuget package Install-Package ElmahR.Elmah Then in the…
Willy
  • 1,689
  • 7
  • 36
  • 79
0
votes
1 answer

Does elmahr supports console application?

I am using elmahr for my web application. I want to extend it to my batches and console application. Do we have any direct references for the same? Thanks in Advance Regards Amal Thomas
Amal
  • 11
  • 4
0
votes
1 answer

Send error email if only 404 using Elmah with MVC 4.5

My webconfig has something like this... and I wanted to filter so I only capture 404 errors to my email .. I am using MVC so what is the best way to do that..? thanks First time using Elmah ... ... …
NoviceDeveloper
  • 1,270
  • 3
  • 15
  • 41
0
votes
0 answers

What is the path to signalr hubs when using ElmahR?

I am trying to add some custom functionality to ElmahR dashboard page and having some issues. I have started a new project, added ElmahR dashboard NuGet package. Configured all source applications and it is all working fine as expected. Now I want…
Hitesh
  • 352
  • 2
  • 9
  • 24
0
votes
2 answers

Using elmahr.elmah in winform application

I have recently shown to my team leader the ElmahR Dashboard and now he wants to implement ExceptionsLog with ElmahR in all of our current projects, including those that are Winform Applications, and after many days of searching I can't find a way…
cyberdantes
  • 1,342
  • 3
  • 16
  • 28
0
votes
1 answer

ElmahR configuration with asp.net MVC

I get Elmah to work correctly with MVC 3 and got down to setting up ElmahR for the same project. The configuration specified did not work for me. My configuration is below. I haven't changed the defaults much except adding the target Url and source…
ashutosh raina
  • 9,228
  • 12
  • 44
  • 80