I want to write some result to the console in ASP.NET (C#).
It works in a Window application, but a Web application does not work.
Here is what I have tried:
Make sure you start your application in Debug mode (F5), not without debugging (Ctrl+F5) and then select "Show output from: Debug" in the Output panel in Visual Studio.