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.
debugWeb アプリケーションの web.config ファイルのこの行で、パラメーターが何をするかについての情報を見つけようとしています。
debug
<system.web> <compilation targetFramework="4.0" debug="true"/>
誰か説明できますか?また、それを本番環境で保持する必要がありますか? Web アプリを公開すると、何らかの理由でその行が web.config に残ります。
コンパイルされたアセンブリのデバッグ情報を生成するかどうかを決定します。IIS はコンテンツを自動的にコンパイルするため、ページ ファイルを変更すると、変更が自動的に有効になります。問題のタグは、IIS にコンパイル方法を指示します。