Trace from WebServices!!

J

Jay

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. Iam currently using debug.Writeline("debug"); but it is not
printing anything.

Am I missing a setting.

How do I go about doing it thanks.
jay
 
N

Natty Gur

Hi,

you are using System.Diagnostics.Debug.WriteLine("s"); and cant see 's'
in Output window?
you might set trace listeners in the Listeners collection and remove the
default one (DefaultTraceListener ).

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)52-8888377


*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top