Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
VB.NET で Web サイトのトレース定数を定義してトレース出力を有効にするにはどうすればよいですか? Web アプリケーションの場所はわかっていますが、Web サイトの場所が見つかりません。
Web サイトは Web アプリケーションです。web.config で有効にできます。
<system.web> <trace enabled="true" pageOutput="true"/> </system.web>