How to implement Tracing!!

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

  1. #1

    Default How to implement Tracing!!

    Hello,

    I want to print some trace messages in my webservice.

    If I debug asp_net through VS.net wp I would like to see those trace
    messages.

    How do I go about doing it thanks
    jay


    Jay Guest

  2. Similar Questions and Discussions

    1. Tracing
      I have scanned and imported a book of hand drawn illustrations to Ai. I've done one page so far by making a template of it, and then manually tracing...
    2. tracing JPG or whatever into vectors
      Im new to illustrator but i understand the purpose of it. I have images i created in Photoshop that i want to recreate in Illustrator as vectors...
    3. Tracing a Photo
      I've been trying to figure out this effect for quite a while: http://www.freestylermx.net/tutorials/navelements/index.htm (halfway down page,...
    4. Tracing, etc.
      I have run into another problem. I have an image that is boxed in by a white box and want to just get the image, not the surrounding box, if that...
    5. **Tracing**
      Hi I use SQL Server 2000 and I try to trace and keep its result activities(by SQL Profiler and by T-SQL), now there's some question with me: how...
  3. #2

    Default Re: How to implement Tracing!!

    System.Diagnostics.Trace.WriteLine("some text")?


    "Jay" <programmer@atginc.com> сообщил/сообщила в новостях следующее:
    news:#QQL$tJVEHA.2908@TK2MSFTNGP10.phx.gbl...
    > Hello,
    >
    > I want to print some trace messages in my webservice.
    >
    > If I debug asp_net through VS.net wp I would like to see those trace
    > messages.
    >
    > How do I go about doing it thanks
    > jay
    >
    >

    Kondratyev Denis Guest

  4. #3

    Default Re: How to implement Tracing!!

    What exactly do you want to trace ? The SOAP Messages ?

    If it is, look at WSE2.0, it is built on a model of filters and you can
    implement SOAP tracing easily with that.

    If you are not looking at WSE2.0, then you may have to write your SOAP
    Extensions for that.

    If you are looking for tools to help you, you may want to check out
    [url]http://www.pocketsoap.com[/url]

    hth

    --
    Thank you very much

    Warmest Regards,
    Softwaremaker
    Architect | Evangelist | Consultant

    Microsoft Regional Director
    [url]http://www.microsoft.com/rd[/url]

    +++++++++++++++++++++++++++++++++

    "Jay" <programmer@atginc.com> wrote in message
    news:#QQL$tJVEHA.2908@TK2MSFTNGP10.phx.gbl...
    > Hello,
    >
    > I want to print some trace messages in my webservice.
    >
    > If I debug asp_net through VS.net wp I would like to see those trace
    > messages.
    >
    > How do I go about doing it thanks
    > jay
    >
    >

    Softwaremaker Guest

  5. #4

    Default Re: How to implement Tracing!!

    Another possibility, one that I use, is to create a custom listener to
    output to a SQL server database. Of course, you could output to any text
    file or storage medium you wish.

    Dale

    "Jay" <programmer@atginc.com> wrote in message
    news:%23QQL$tJVEHA.2908@TK2MSFTNGP10.phx.gbl...
    > Hello,
    >
    > I want to print some trace messages in my webservice.
    >
    > If I debug asp_net through VS.net wp I would like to see those trace
    > messages.
    >
    > How do I go about doing it thanks
    > jay
    >
    >

    DalePres Guest

  6. #5

    Default Re: How to implement Tracing!!

    I have follow up question.

    Iam debugging as_wp and Iam doing what you are telling me to do but Iam not
    seeing those messages.
    Thanks.

    "Kondratyev Denis" <info@visualdesign.ru> wrote in message
    news:cavhm0$174$1@news.rol.ru...
    > System.Diagnostics.Trace.WriteLine("some text")?
    >
    >
    > "Jay" <programmer@atginc.com> сообщил/сообщила в новостях следующее:
    > news:#QQL$tJVEHA.2908@TK2MSFTNGP10.phx.gbl...
    > > Hello,
    > >
    > > I want to print some trace messages in my webservice.
    > >
    > > If I debug asp_net through VS.net wp I would like to see those trace
    > > messages.
    > >
    > > How do I go about doing it thanks
    > > jay
    > >
    > >
    >
    >

    Jay Guest

  7. #6

    Default Re: How to implement Tracing!!


    I have not troubles when i atach to iiis work process and see trace in
    output window. Can u start debug under Visual Studio - from web service
    solution?


    "Jay" <programmer@atginc.com> сообщил/сообщила в новостях следующее:
    news:u1fHZR6VEHA.2176@TK2MSFTNGP11.phx.gbl...
    > I have follow up question.
    >
    > Iam debugging as_wp and Iam doing what you are telling me to do but Iam
    not
    > seeing those messages.
    > Thanks.

    Kondratyev Denis 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