Tuesday, May 26, 2009

ASP NET DEBUGGING

For ASP.NET, Console.WriteLine does not work, so we have to use System.Diagnostics.Debug.WriteLine("output"); instead. We can view the output log by viewing the program in debug mode (pressing F5 instead of CTRL+F5).

No comments: