Quantcast
Channel: Web Deployment Tool (MS Deploy)
Viewing all articles
Browse latest Browse all 565

machineConfig32 sync adding xmlns attribute to binding redirect

$
0
0

Trying to sync machine config files which have some binding redirects in them acrossed a web farm and it is working. Kind of. When it syncs the machine.config files the first one that it has to change or update it adds xmlns="" attribute to the assembly identity and binding redirect xml tags, and then every binding redirect after that one. Well of course that breaks the binding redirect. I don't want this in there, how can I avoid this since I have the xmlns already in the assemblyBinding tag for all binding redirects?

Manually removing the xmlns="" fixes the issue of course, or adding the "urn:schemas-microsoft-com:asm.v1" also works, but I'd rather not have the msdeploy executable adding stuff to my other web servers that is not even in the machine config file I'm syncing to. I don't know why it thinks its needed or adding it in. Any help is appreciated. Thanks!


Viewing all articles
Browse latest Browse all 565

Trending Articles