User1690819570 posted
Hi,
The encrypted web.config which I copied to the other machine already had the container in place . It looks like
<configProtectedData>
<providers>
<clear />
<add name="NewEncryptProvider" type="System.Configuration.RsaProtectedConfigurationProvider,System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" keyContainerName="NewEncryptKey" useMachineContainer="true"/>
</providers>
</configProtectedData>
<connectionStrings configProtectionProvider="NewEncryptProvider">
<EncryptedData Type="http://www.w3.org/2001/04/xmlenc#Element" ..............
I also copied the key and tried to run the commands with Administrator privileges. :(
What else can be done ?