How to use console output in an ASP.NET environment?

Viewed 58367

I would like to print some traces during the requests processing.

But when I make Console.WriteLine("something") in this environment, nothing is shown.

What is missing, what do I need to do in order to use console to print these traces?

6 Answers
Related