Reputation: 13584
I learned about location tag that can be used to disable the inheritance for various parts of web.config, but one can't use this in case of appSettings. Please tell how can i disable the appsettings part to be inherited in child application.
Upvotes: 0
Views: 777
Reputation: 124706
Take a look at the allowOverride
attribute : http://msdn.microsoft.com/en-us/library/b6x6shw7.aspx
Upvotes: 1