I started a new, from scratch, MVC4 web application.
I added my two lines of code into the 'About' Controller.
System.Diagnostics.Debug.WriteLine("HELLO WORLD - debug");
System.Diagnostics.Trace.WriteLine("HELLO WORLD - trace");
I ran the site in VS/Express and hit the 'About' page. In the run-time Output (Ctrl-Alt-O)/Debug window I see my lines of code working.
Next close VS & I stand the site up in real IIS & hit the 'About' page.
Where do I go and find the diagnostic output? Because it isn't in the inetpub/logs or Event Viewer.
I post a much more extensive version of this question elsewhere. I'll be deleting one of these two once I get to the bottom of this answer.