Child web.config can't clear <pages><controls> from parent web.config
- by Lance Rushing
How can I "clear" the vendor defined <controls> in my child app's web.config?
Parent Web Config.
<system.web>
<pages>
<controls>
<!-- START: Vendor Custom Control -->
<add tagPrefix="asp" namespace="VENDOR.Web.UI.Base" assembly="System.Web.Extensions, Version=1.0.61025.0,…