encrypt connection on DASP

Discussion in 'Databases' started by Bernybon, Jan 23, 2013.

  1. dmitri

    dmitri DiscountASP.NET Staff

  2. this part is done.

    I have the rsa key installed on the server.

    What I mean is doing this command does not work:

    aspnet_regiis.exe -pe "connectionStrings" -site "https://www.lesartsfashion.com" -app "/"
     
  3. What is the error you're getting when you run that command.

    Try running this command instead..

    aspnet_regiis -pe "connectionStrings" -app "/MyWebsite" -prov "RSAProtectedConfigurationProvider"
     

Share This Page