Cryptography Encryption Key - How To Import To, and Use On, Hosted Site?

Discussion in 'ASP.NET 2.0' started by alcohen, May 22, 2007.

  1. I have an application that uses the Enterprise Library Cryptography Application Block. That block, in turn, uses an encryption key. When running on my local machine the encryption key is on my hard drive. The discountasp.nethosted version of the app needs to find its key on the hosted machine, and apparentlyI need to know the absolute path to the key: http://www.codeplex.com/entlib/Thread/View.aspx?ThreadId=9834

    I also need to be able to import the key. I can export to a text file, but I don't know how to import to the discountasp.netserver.

    Thanks in advance.
     
  2. You can find the absolute path to your site's root in the Account Info page of your hosting control panel. Append the rest of the path with where you uploaded the key.

    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page