hi,
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SenthilkumarPosted Feb 24, 2012, 2:38 AM
I think you have any control over on the low level web.config overridden.
---> Machine.config
---> root level Web.config
---> folder level web.config
---> Page level settings
If you want to avoid the overridden at the low level then we should not redefine the configuration properties.