I have a batch of new server getting installed and I'm finally trying to automate as much of at process as possible. Part of that includes making some changes to machine.config, like setting configSource on connectionStrings and setting the machine keys across a lb pool.
It appears that on a 64bit os, appcmd only effects the config in the Framework64 directory, which is fine until you have a 32bit app running. I need to change the config in both the Framework and the Framework64 directories. Is there a secret argument (like /commit:MACHINE32 or something) that you can use to tell appcmd which config to mess with?