Is there any chance that I can see the output of Console.WriteLine command after deploying my asp.net web application in IIS? (no more Visual Studio)
I checked this question:
Where does Console.WriteLine go in ASP.NET?
But the problem is that they all talk about debugging/development environment which output window of Visual Studio can be used to check the output of those lines.
Is there really a way to view the output of those lines without installing extra logging tools (e.g. log4net)?