IIS 7.NET 4.0 I have a website with 4 sub-web applications. 3 of them need settings from parent-web.config. You need to have a completely independent web.config (without inheritance). I know about the ability to disable inheritance for sub-applications. But I need a way to disable it for only one sub-application! (without each separate section. Therefore, I am looking for something like the "dontInheritParentConfig" parameter in my sub-web.config
Thanks!
source share