[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

Re: Trace.Warn / Update Web Reference (Newbie Questions

jimdoen

7/22/2003 7:45:00 PM

Anyone out there able to offer help with this situation? thanks.



jimdoen@hotmail.com (jim) wrote in message news:<501edf59.0307211254.2a86dd3a@posting.google.com>...
> I want to read the Trace.Warn debug messages through my web browser
> from my web service.
>
> I've tried to do ...
>
> Context.Trace.Warn("Hello World");
>
> However, no trace messages are being displayed in my browser.
>
> In other words, I want to Trace.Warn from my web service exactly like
> it's done with ASP.NET... is this possible? If so, what am I missing?
>
>
> Do I always need to "Update Web Reference" in order to see the latest
> and greatest web service code? Is there something to automate this
> process?
>
> Thanks for the help... sorry for these newbie questions.. please
> reply.