2013年4月27日 星期六

Visual Studio 開發Web ASP.NET Console.WriteLine 無法輸出

Console.WriteLine 無法在 console Port 介面輸出

開發環境

  • OS:Windows 7 64bit
  • IDE:Visual Studio 2010
  • Project Type:WebForm Developer
  • Framework: ASP.NET


狀況描述:

  • 在Web Project 進入Debug模式時,使用Console.WriteLine無法顯示於輸出視窗,以至於無法做追蹤測試。

解決方法:

  • 在Web Project專案類型,應改用 Debug.WriteLine( )替代Console.WriteLine( )。
  • Debug.WriteLine( ) 需using System.Diagnostics
  • 另種方式可使用Response.Write( ),直接輸出於瀏覽器頁面上。

沒有留言:

張貼留言