Raygun doesn't work when setting customErrors ?

Kiet

Posted on
Apr 02 2014

When I set the customErrors configuration like below :

customErrors mode="RemoteOnly" defaultRedirect="Error/MyCustomError"
error statusCode="404" redirect="Error/MyNotFoundError" customErrors

I found that raygun not working, right ?


John-Daniel Trask

Raygun

Posted on
Apr 02 2014

Hi Kiet,

I've had a look at this and it appears to be working on my machine, but it is probable that there is an implementation difference. One thing to check if you're running >= .NET 3.5 is a HandleError attribute on an Action method that may be swallowing the exception.

Can you also confirm that Raygun4NET is sending the exception locally correctly? If it is, a small repro project would assist in the debugging of the issue.

Regards,

Callum Gavin
Mindscape Limited


Kiet

Posted on
Apr 02 2014

Hi Callum,

I found that the problem was not from Raygun, It was from my former exception management library, so pls don't bother anymore and help me close this thread.

Thanks.


Reply