Folks,
My setup has an application host configuration for isapiFilter like
<add name="MyCustomFilter" .... />
<remove name="MyCustomFilter" />
due to which i isapiFilters are not getting loaded. I am adding the isapiFilters using C# API.
While adding the entry can i remove the "remove" tag ConfigurationSections? If so how to do that using API?