B
BigLuzer
hi
i am using the following setup:
- .net 1.1
- 2 load-balanced iis servers
- DPAPI machine store.
- C#
- i encrypted the connection string separately, one on each machine.
the error i get is: - Exception decrypting. Decryption failed. Key not
valid for use in specified state. BUT ONLY ON ONE MACHINE???
System.Exception: Exception decrypting. Decryption failed. Key not
valid for use in specified state.
Components.Security.DataProtector.Decrypt(Byte[] cipherText, Byte[]
optionalEntropy)
Components.Data.DBHelper.GetDecryptedData(String _enctryptedData)
any ideas? please help
thanks
cj
i am using the following setup:
- .net 1.1
- 2 load-balanced iis servers
- DPAPI machine store.
- C#
- i encrypted the connection string separately, one on each machine.
the error i get is: - Exception decrypting. Decryption failed. Key not
valid for use in specified state. BUT ONLY ON ONE MACHINE???
System.Exception: Exception decrypting. Decryption failed. Key not
valid for use in specified state.
Components.Security.DataProtector.Decrypt(Byte[] cipherText, Byte[]
optionalEntropy)
Components.Data.DBHelper.GetDecryptedData(String _enctryptedData)
any ideas? please help
thanks
cj