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.
Web.config を注意深く観察すると、 の可能なすべての子要素<configuration>も 内に存在しconfiguration/runtimeます。
<configuration>
configuration/runtime
configuration/runtimeセクションで値を指定する必要に遭遇したことはありません。この状況に遭遇したことがありますか?
ランタイム セクションで値を指定する目的は何ですか?
ここ<configuration><Runtime>でmsdnに記述されている設定の目的は次のとおり です。
<configuration><Runtime>
「ランタイム設定は、共通言語ランタイムがガベージコレクションを処理する方法と、構成ファイルで使用するアセンブリのバージョンを指定します。」
これらは、アプリケーション用に構成できるCLR設定です。真下で可能な設定<configuration>は、と同じではありません<configuration><Runtime>。ここ<configuration>でスキーマを参照できます