Ask a Question related to ASP.NET Web Services, Design and Development.
-
Jay #1
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
-
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... -
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... -
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,... -
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... -
**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... -
Kondratyev Denis #2
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
-
Softwaremaker #3
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
-
DalePres #4
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
-
Jay #5
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
-
Kondratyev Denis #6
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...not> I have follow up question.
>
> Iam debugging as_wp and Iam doing what you are telling me to do but Iam> seeing those messages.
> Thanks.
Kondratyev Denis Guest



Reply With Quote

