asp.net - Disable web.config inheritance for individual child applications -


is there way of disabling child web.config inheritance individual child applications?

i aware of inheritinchildapplications="false" applied root web.config , affects child web applications. if need disable inheritance single web application (or specific list of child applications) , keep others?

add root web.config before closing </configuration> element:

<location path="myapp" inheritinchildapplications="false" /> 

where myapp child application wish disable configuration inheritance for.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -