I am trying to debug my asp.net application and have been stuck on this for too long. I want to output a simple "TEST" for testing.
I have tried:
Console.WriteLine("TEST");
System.Diagnostics.Debug.WriteLine("TEST");
Console.Write("TEST");
I am looking in the output window. What am I missing?