About IIS Management Service Delegation configuration backup,
The "Management Service Delegation" module configuration command for backing up IIS using APPCMD was not found on MSDN.
Go to the IIS configuration file storage directory and perform several searches to find out what I want to back up in % windir % \ system32 \ inetsrv \ config \ administration. config.
In the entire node location \ system. webServer.
The configuration under this node is the permission configuration for the IIS website when CI is automatically deployed/VS is released, and is often used in testing environments.
If there is no backup during server migration, You need to reconfigure it, which is especially troublesome.
Now we have this easy way.
Pause IIS on the new and old servers (not the old servers must be paused, but we recommend that you ).
Copy the entire system. webServer node under the location node on the old server and paste it to the bottom of the new server to the location node.
After saving, start IIS on the new server. The configuration information is displayed in the "Management Service Delegation" module.