How to enable encryption

Version 1.1 by Gideon Lombard on 2021/06/10 12:04

Website

  1. Open the web.config on the web server
  2. Look for the section with the connection strings
    <add name="Everest" connectionString="Data Source=127.0.0.1;Initial Catalog=Everest_Risk_Demo;Persist Security Info=True;User ID=sa;Password=#V#R#st1." />
        <add name="Icarus" connectionString="Data Source=127.0.0.1;Initial Catalog=Everest_Risk_Demo;Persist Security Info=True;User ID=sa;Password=#V#R#st1." />
        <add name="EverestWriteDB" connectionString="Data Source=127.0.0.1;Initial Catalog=Everest_Risk_Demo;Persist Security Info=True;User ID=sa;Password=#V#R#st1." />
        <add name="EverestDocuments" connectionString="Data Source=127.0.0.1;Initial Catalog=Everest_Risk_Demo_Documents;Persist Security Info=True;User ID=everestsa;Password=everest1." />
  3.  
Tags:
Created by Gideon Lombard on 2021/06/10 12:04