This blog was setup as a result of too much programming, I realised that I was getting back to the same problems which I had solved a few years ago. I thought a blog that can serve to remind me of what I did when i ran into programming problems :) So yep. Hence the title programming trail.
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:
Post a Comment