Wiki source code of How to enable encryption
Version 1.1 by Gideon Lombard on 2021/06/10 12:04
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | == Website == |
| 2 | |||
| 3 | |||
| 4 | 1. Open the web.config on the web server | ||
| 5 | 1. Look for the section with the connection strings | ||
| 6 | <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." /> | ||
| 7 | <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." /> | ||
| 8 | <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." /> | ||
| 9 | <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." /> | ||
| 10 | 1. |