Where does Console.WriteLine() goto in a web app?
I used to be able to do something like System.err.println() in java/j2ee web
apps and I could see the adhoc debugging statements in the servers console.
But when I try that in .net with C#, the adhoc messages get swallowed up,
but I don't know where. Any ideas?
Thanks.System.Diagnostics.Trace
-Brock
DevelopMentor
http://staff.develop.com/ballen
> Where does Console.WriteLine() goto in a web app?
> I used to be able to do something like System.err.println() in
> java/j2ee web apps and I could see the adhoc debugging statements in
> the servers console. But when I try that in .net with C#, the adhoc
> messages get swallowed up, but I don't know where. Any ideas?
> Thanks.
>
0 comments:
Post a Comment