RSA Key question

Discussion in 'Databases' started by ssimon, Jul 29, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I believe I understand KB article 10477 on how to get the keys, however it really does not go into details on what it does.

    Does settingthe key need to be decrypted for each query to the database or is that all handled via IIS?


    If I run aspnet_regiis toencrypt the connectionstring section of my web.config file, if I add a new connection string do I have to decrypt the file and then add my new connection string and if so how do you re-encrypt the file with the same settings?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    This is for encrypting the web.config file. It doesn't encrypt the data transmission between the server and the database server.


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page