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.
remove要素を使用すると、親web.configから継承されたときに、子web.config内からキーを削除できます。反対のことは可能ですか?子ですでに定義されている親のキーを置き換えたいのですが。
いいえ、「子」構成からキーを削除することはできません。
継承は逆になり、その方向にのみ進みます。
必要に応じて、親でキーを定義し、子でキーを削除して追加します。