Our ASP.NET C# web application is used in the following environment
- .NET Framework 4
- IIS 7
- Windows 2008
- Visual Studio 2012
- C# - HTTPS ( SSL )
- IIS Express
The System.Diagnostics.Debug.WriteLine fails to write to the Visual Studio 2012 output window.
I have run the Web Applicaiton debug mode, and I checked "Define DEBUG constant" and checked "Define TRACE constant"
Please mention that steps that I need to take in order to see debug statements in Visual Studio 2012 output window.
Update: I am using IIS Express. That might complicates stuff. Does it?