Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cloning of an IIS server
Message
De
13/11/2013 12:50:18
 
 
À
Tous
Information générale
Forum:
Microsoft IIS Server
Catégorie:
Installation et Configuration
Titre:
Cloning of an IIS server
Divers
Thread ID:
01587920
Message ID:
01587920
Vues:
38
An IIS server was cloned. This is IIS 7.5. This is from a virtual environment. After the cloning, it is normal something has to be done for the machine key so it would work in the new server. The recommanded approach is this:

Export using the following commands

aspnet_regiis -px "iisConfigurationKey" "D:\iisConfigurationKey.xml" -pri
aspnet_regiis -px "iisWasKey" "D:\iisWasKey.xml" –pri

And for the import use

aspnet_regiis -pi "iisConfigurationKey" "D:\iisConfigurationKey.xml"
aspnet_regiis -pi "iisWasKey" "D:\iisWasKey.xml"

I succeeded to execute the first command. The second one gives: "Key not valid for use in specified state".

Without doing anything, if you go in IIS, Authentication, you will get a message "Failed to decrypt attribute 'password'".

Anyone would know the proper procedure after a clone so to adjust this little setting in IIS so it would be ready to work as is?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform