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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top