|
Can I lock a configuration setting so that a Web.config file that appears lower in the hierarchy cannot override it?
|
|
Yes. By setting the location element Override attribute to false, you can lock a specific setting so that it does not inherit settings from below.
|
|
|
|
|
|
|
|