I want that at the "Error title" in Elmah there is no the full error stack Trace, as shown in the figure:
In the error title and error Detail on the same information. takes too much space.
Is there any way to edit this setting? Names of this zones I take by html code of Elmah.axd
I use ASP NET MVC . And generate error in controller by this code:
ErrorSignal
.FromCurrentContext()
.Raise(new JavaScriptException(ErrorMessage));