I am setting up iis webfarm using shared configuration following this tutorial:
http://www.iis.net/learn/manage/managing-your-configuration-settings/shared-configuration_264
In this article, it mentioned how to export iisConfigurationKey to import on other machines. But the article didn't mention whether I need to specify the machine keys instead of using the auto generated ones.
I have tried without export/import the iisConfigurationKey and kept using the auto generated keys on each machine. It seems it is just working fine. However, it feels a little bit odd that how do the machine keys get synced on different machines.
So my question is: do I need to set the machine keys if I am using shared configuration, and why?