Has anyone ever seen where the webfarm agent ignores the Skip Directives settings and replicates application.config settings such as IP addresses that it shouldn't? Happens randomly about every 9 months sending the primarys IP addresses for the websites down to the secondaries.
Running IIS7.5, x64, WFF 2.2
<applicationProvision offlineWhileSync="true" syncWebServerFromPrimary="true" periodicSync="00:00:30"> <skipDirectives> <skip name="skipBindings2" skipDirective="attributes.protocol=https" /> <skip name="skipBindings3" skipDirective="attributes.protocol=http" /> </skipDirectives> </applicationProvision>