Cannot use "Console.WriteLine"

  • Thread starter Thread starter Grey
  • Start date Start date
G

Grey

Can I use System.Console.WriteLine('fasfasdf') in ASP.NET development as I need to print out some message in the console during the debug stage..
 
You might want to consider Debug.Writeline method which can print your debug level values in VS.NET's debug window or to publish somewhere else

find this class in System.Diagnostics namespace

HT
Sudhakar Sadasivun
Microsoft .NET MVP, MCSD.ne
http://weblogs.asp.net/ssadasivun
http://www.mugh.ne


----- Grey wrote: ----

Can I use System.Console.WriteLine('fasfasdf') in ASP.NET development as I need to print out some message in the console during the debug stage.
 
Back
Top