Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • stevo 63 posts 106 karma points
    Feb 26, 2012 @ 21:58
    stevo
    0

    ELMAH doesn't show up the exceptions

    Hey Guys,

    I tried today ELMAH with umbraco 4.7.1.1 but my test exception doesn't show up in the ELMAH Error Log page (/elmah.axd). I'm following instructions form the wikipage. Thanks for this great post!

    My test case/exception is a macro razor inline code:

    <umbraco:Macro ID="exceptionTest" Language="cshtml" runat="server">
    @{ 
    throw new Exception("test exception");
    }
    </umbraco:Macro> 

    I tried the "normal" WebSite and modified the web.config with the same required lines as for ELMAH and there it works perfectly.

    It's seems to be like Umbraco handles the exceptions....(?)

    Is there any chance to get my unhandled exception up in the ELMAH Error Log page?

    Thanks in advance! Stevo

  • Karl Kopp 121 posts 227 karma points
    Feb 28, 2012 @ 01:22
    Karl Kopp
    0

    Having the same issue - anyone help??

  • stevo 63 posts 106 karma points
    Jun 28, 2012 @ 01:58
    stevo
    0

    has someone a solution for this or a helpful hint?

    thx a lot!

    stevo

Please Sign in or register to post replies

Write your reply to:

Draft