0
從命令行啓動IISExpress時,我無法讀取它生成的(調試)控制檯輸出。無法讀取IISExpress控制檯輸出,背景等於前景色
查看附件截圖:1。
系統信息:
- 操作系統:Windows 7專業版64 SP1
- IIS快遞版本:8.0.8418.0,32位(使用64位出現相同的問題)
- 調用:
start "t1" "%ProgramFiles(x86)%\IIS Express\iisexpress.exe" /config:appApplicationHost.config /trace:w
HKEY_CURRENT_USER\Software\Microsoft\Command Processor\DefaultColor
值是爲0x1F 輸出的
- :
{ BackgroundColor = DarkBlue, ForegroundColor = White }
Console.BackgroundColor
和
Console.ForegroundColor
有什麼可能導致這種情況,需要做些什麼來解決它?