How to disable web.config Inheritance for Child Applications?(aspdotnetfaq.com)
submitted by
spavkov(1708) 3 years, 9 months ago
Each ASP.NET Web Application has its own configuration file called web.config file.
In fact every directory in ASP.NET application can have one. Settings in each web.config file apply to the directory where its placed, and all the subdirectories of that directory.
This is called Configuration Inheritance and it can cause serious headaches if you are not fully aware of how it works...
|category: ASP.NET
|Views: 122
tags:
HowTo Configuration .Net Tips ASP.NET another
Everyones tags:
Your Tags: