Hi all
I have the a web.config file, that has a encrypted connection string in it. I am getting the following error:
I have found that I need to decrypt the key using the following command in the dos prompt:
The problem that I am encountering at the moment is I am unsure what to submit in as the "connectionStrings" and "/connectionTest". Has anyone employed this command before?
Mike55.
I have the a web.config file, that has a encrypted connection string in it. I am getting the following error:
Failed to decrypt using provider RsaProtectedConfigurationProvider. Error message from the provider: The RSA key container could not be opened
I have found that I need to decrypt the key using the following command in the dos prompt:
Code:
aspnet_regiis.exe -pd "connectionStrings" -app "/connectionTest"
The problem that I am encountering at the moment is I am unsure what to submit in as the "connectionStrings" and "/connectionTest". Has anyone employed this command before?
Mike55.