Let’s say I have a library, in which I added a few Console.WriteLine(..)
statements to help me out during the implementation and see what’s going on when I use the library in a Console App.
Now I want to use the same library in an ASP.NET app. Ideally I would be able to log on to the production webserver, and somehow start a command prompt and attach it to the website and see the messages in real time as they occur. How do I do that?