IIS migration step

Dinesh Negi 66 Reputation points
2021-09-05T04:59:15.817+00:00

Hello All,

How to migrate website from one server to another server. Please help me with all detail including backup / services ..what I need to take care ? Please each step

Internet Information Services
{count} votes

Accepted answer
  1. Bruce Zhang-MSFT 3,756 Reputation points
    2021-09-06T03:44:54.103+00:00

    Hi @dineshnegi-9437 ,

    You can refer to this document and microsoft support blog for steps.

    I will still show you the detailed steps about migrate websites via GUI.

    1. Install web deploy 3.6 on Web PI. Search web deploy in Web PI and install it. It may reports install fail but you don't need to worry about it, just some components of sql and they will not affect web deploy.
    2. Choose the site you want to migrate. Right click it and choose the Export Application...
      129483-3.jpg
    3. Click next(no need to change any settings) until it reminds you to set package path. Select the folder you want to store .zip file and name the .zip file. Then click next.
      129455-4.jpg
    4. It will shows you the result of export. Click finish if success.
    5. Move the .zip file to new server. Choose the new empty site on IIS(new server also need to install web deploy) and righ click to import application.
      129417-5.jpg
    6. Click next and no need to change any settings.
    7. Enter the site name when it reminds you to enter application information.
      129425-6.jpg
    8. Still click next until it shows that install successfully.
    9. Then you will find the site on new IIS.

    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our  documentation  to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best regards,
    Bruce Zhang


2 additional answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 71,686 Reputation points
    2021-09-06T16:20:43.183+00:00

    Other issues you may run into

    Special firewall rules
    Custom software installed
    Custom iis extensions installed.

    0 comments No comments

  2. Dinesh Negi 66 Reputation points
    2021-09-14T13:54:32.56+00:00

    how to update new ip /name after move into different server
    What about certificate?

    when you say Custom software installed and Custom iis extensions installed... Please give some example I am new on it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.