I’d say export your server config in IIS manager:
- In IIS manager, click the Server node
- Go to Shared Configuration under “Management”
- Click “Export Configuration”. (You can use a password if you are sending them across the internet, if you are just gonna move them via a USB key then don’t sweat it.)
-
Move these files to your new server
administration.config applicationHost.config configEncKey.key -
On the new server, go back to the “Shared Configuration” section and check “Enable shared configuration.” Enter the location in physical path to these files and apply them.
- It should prompt for the encryption password(if you set it) and reset IIS.
BAM! Go have a beer!