where does Console.WriteLine() goto in a web app?

  • Thread starter Thread starter Flip
  • Start date Start date
F

Flip

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.
 
Back
Top