Your Ad Here

Posted By

jprochazka on 10/02/10


Tagged


Versions (?)

Block Inheritance of Root web.config for Child Applications


 / Published in: ASP
 

  1. <!-- Add the following "location" tags to the root web.config that you do not wish to allow inheritance from -->
  2.  
  3. <location path="." inheritInChildApplications="false">
  4. <system.web></system.web>
  5. </location>

Report this snippet  

You need to login to post a comment.