How do you migrate an IIS 7 site to another server?

前端 未结 7 2102
梦如初夏
梦如初夏 2020-12-22 16:59

I\'m wondering what is the best practice for moving a website to another server (along with all settings, etc.)

  • Manually recreate the site on the new server (n
7条回答
  •  时光说笑
    2020-12-22 17:38

    I'd say export your server config in IIS manager:

    1. In IIS manager, click the Server node
    2. Go to Shared Configuration under "Management"
    3. 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.)
    4. Move these files to your new server

      administration.config
      applicationHost.config
      configEncKey.key 
      
    5. 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.

    6. It should prompt for the encryption password(if you set it) and reset IIS.

    BAM! Go have a beer!

提交回复
热议问题