how to setup a trace

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default how to setup a trace

    Hello,

    I am wondering if there is a way to setup a trace on a webserivce that
    is called in the middle of the night and be able to review the data the next
    morning. Thanks in advance.

    Jake


    Jake Guest

  2. Similar Questions and Discussions

    1. Page setup/paper setup
      Hi I use Freehand MXa in MacOSX 13.2. I wonder, does Freehands own paper setup (in print dialog box) owerride all paper setup settings.(In...
    2. PLEASE HELP! TRACE NOT WORKING!
      what is your code? =\ noel
    3. Can't Trace through Router?
      In article <dkirk-77B119.01011712072003@news.verizon.net>, "D. Kirkpatrick" <dkirk@verizon.net> wrote: Look for options to change from UDP to...
    4. How can i trace around the image.
      Hello. dose anyone knows how to trace image using fireworksMX..? if not , dose anyone knows of a program that dose that? I have a image and i want...
    5. How to do a trace
      I have a family group photo and I would like to create a copy of it so that only the trace outline of each person is shown so that we can identify...
  3. #2

    Default RE: how to setup a trace

    Trace only stores a limited amount of information, so it is not the best
    method for logging activity. I would set up a logging project, like NSpring
    from SourceForge, to log your activity. You then have explicit control over
    what you want to look at. If you decide you want to purge the data in the
    morning, you can certainly do it. You can also turn off logging through
    configuration with NSpring, which means you have the ability to watch when
    you want and not even log when you do not.

    There are other projects out there, as well.

    ---

    Gregory A. Beamer
    MVP; MCP: +I, SE, SD, DBA

    ***************************
    Think Outside the Box!
    ***************************

    "Jake" wrote:
    > Hello,
    >
    > I am wondering if there is a way to setup a trace on a webserivce that
    > is called in the middle of the night and be able to review the data the next
    > morning. Thanks in advance.
    >
    > Jake
    >
    >
    >
    Cowboy (Gregory A. Beamer) - MVP Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139