G Grey Apr 13, 2004 #1 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..
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..
G Guest Apr 13, 2004 #2 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.
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.