[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

Console.write -> where Does it go?

Marcos MOS

7/18/2003 1:57:00 PM

Hi all,

Where Can I see what is written by Console.write in my WebService?

I mean, I have a function in my WS that when there is an error, goes to
catch(Exception e ){ Console.write("Error in my functionA: "+e)}

so, is there any log to see this error?

thanks for all
Marcos