Pankaj Upadhyay
Pankaj Upadhyay

Reputation: 13584

Disable web.config's appsettings inheritance in child application

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

Answers (1)

to StackOverflow
to StackOverflow

Reputation: 124706

Take a look at the allowOverride attribute : http://msdn.microsoft.com/en-us/library/b6x6shw7.aspx

Upvotes: 1

Related Questions