Copied to clipboard

Flag this post as spam?

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


  • Stevie B. Gibson 70 posts 30 karma points
    Sep 28, 2012 @ 10:32
    Stevie B. Gibson
    0

    Using asp.net trace

    Hi, I would like to use asp.net trace functionality ma configuring trace in web.config like this

    <trace enabled="true" requestLimit="100" pageOutput="false" traceMode="SortByTime" localOnly="true" />

    and accessing to trace.axd I obtain only a list of static files. I need this functionality cause I've to view an history of requests.

    I'm missing something?

  • Stevie B. Gibson 70 posts 30 karma points
    Oct 04, 2012 @ 10:23
    Stevie B. Gibson
    0

    No hints?

  • Jeroen Breuer 4861 posts 12138 karma points MVP 3x admin c-trib
    Oct 04, 2012 @ 18:21
  • Stevie B. Gibson 70 posts 30 karma points
    Oct 08, 2012 @ 12:50
    Stevie B. Gibson
    0

    It does not hel because setting umbracoDebugMode to true works only if you specify also umbDebugShowTrace in querystring and in this way the trace is displayed during page rendering.

    Using normal asp.net trace feature allows you to record the trace while navigating into the site and look at it using the trace.axd page. In this way you can leave trace feature enabled for a period of time and analyze it.

    It seems that umbraco, if you don't specify umbDebugShowTrace, disable tracing for default.aspx so no trace is recorded.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies