Trace from WebServices!!

  • Thread starter Thread starter Jay
  • Start date Start date
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
 
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!
 
Back
Top