Having trouble on removing Web.config settings programmatically I tried this msdn code (using both SPWebService and SPWebApplication) hoping it would work but although the adding works, the remove doesn´t seem to work.
I'm using the Add on a feature Activated method and the remove on a feature deactivated and the feature has WebApplication Scope.
I've tried the mentioned script but the result stayed the same.
Is there some necessary setting that I'm not aware of?