Dcrypt Web.config file -
07-06-2007
, 11:02 AM
Hi ,
I am able to encrypt <identity> element in web.config.
I use <identity> element userName (domain\Service account) and password to
make connection to the database. As values in the web.config file are
encrypted
I am not able to run my project.
Error
Failed to decrypt using provider 'RsaProtectedConfigurationProvider'. Error
message from the provider: The RSA key container could not be opened.
Let me know what modification I have to do, to dcrypt the value of
web.config so that identity username makes a connection with database. |