When starting IISExpress from the command line, I can't read the (debugging) console output it generates.
See the attached screenshot: 1.
System info:
start "t1" "%ProgramFiles(x86)%\IIS Express\iisexpress.exe" /config:appApplicationHost.config /trace:w
HKEY_CURRENT_USER\Software\Microsoft\Command Processor\DefaultColor
value is 0x1FConsole.BackgroundColor
and Console.ForegroundColor
: { BackgroundColor = DarkBlue, ForegroundColor = White }
What could be causing this and what needs to be done to fix it?
Finally got it working using the following Defaults colors.