To resolve this problem in a web farm scenario, you must first disable shared configuration, upgrade to Windows 2008 R2, and then re-enable shared configuration as follows:
�
�
For the first server in the farm:
�
1 -�� Turn off shared configuration
���������������������� Click Start, point to Run, Type in Inetmgr and press Enter.
���������������������� In the Connections pane, Select the server name, Select the Shared Configuration in the Home pane, and click Open Feature in the Actions pane.
���������������������� In the shared Configuration pane, uncheck the Enable Shared Configuration radio button and click Apply in the Actions pane.
���������������������� In the Shared Configuration Information window, click yes to import the shared configuration files along with the encryption keys to the local server.� Note: This action will overwrite the local configuration files and encryption keys.�
���������������������� Click OK in the Shared configuration information window.
���������������������� Close and reopen IIS Manager.
���������������������� Note: This steps is required only if Management Service is installed. In IIS manager, go to the Connections pane, Select the server name, Select the Management Service in the Home pane, and click Restart in the Actions pane.
���������������������� Close IIS Manager.
�
�
2 - Stop IIS
���������������������� Click Start, Right-Click Command prompt and Select Run As Administrator.
���������������������� Type in IISReset /stop and press Enter.
�
�
3 - Upgrade to Windows 2008 R2.
�
4 - Start IIS.
���������������������� Click Start, Right-Click Command prompt and Select Run As Administrator.
���������������������� Type in IISReset /start and press Enter.
�
5 - Export configuration files to a new share location in the file server
���������������������� On the file server that will be hosting the shared configuration files, create a new folder�� (i.e.: \\servername\sharedConfig).
���������������������� On the IIS Server, click Start, point to Run, Type in Inetmgr and press Enter.
���������������������� In the Connections pane, Select the server name, Select the Shared Configuration in the Home pane, and click Open Feature in the Actions pane.
���������������������� Click Export Configuration in the Actions pane
���������������������� In the Export Configuration Window, provide the physical path location (i.e.: \\servername\sharedConfig). And If needed provide the Connect As credentials.
���������������������� Type in the Password for the encryption keys and click OK.
�
�����������������������
6 - Turn shared configuration back on (point to the newly share location containing the exported configuration files created in the previous step).
���������������������� Check the checkbox Enable Shared Configuration.
���������������������� Provide the physical path where the configuration files were exported (i.e.: \\servername\sharedConfig).
���������������������� Provide the user name and password to connect to the share if they were supplied while exporting the configuration. Click Apply in the Actions pane.
���������������������� In the Encryption Keys password window message, provide the password that was supplied while exporting the configuration. Click OK.
���������������������� Click OK on the shared configuration window message.
���������������������� Click OK on the second shared configuration window message.
���������������������� Close and reopen IIS Manager.
���������������������� Note: This steps is required only if Management Service is installed. In IIS manager, go to the Connections pane, Select the server name, Select the Management Service in the Home pane, and click Restart in the Actions pane.
���������������������� Close IIS Manager
�
For more information on shared configuration, please visit the following article:
http://learn.iis.net/page.aspx/264/shared-configuration/#01�
�
�
�For subsequent servers in the farm:
���������� Follow the same steps as above, except for step #5
�