From c84781dd951c9f543e2bb4ae4d00e241e5952301 Mon Sep 17 00:00:00 2001 From: Rich Hessinger Date: Thu, 18 Jun 2020 17:15:16 -0400 Subject: [PATCH] Added a comment about the EncryptionKey value. --- ProGet/installation/load-balancing-and-automatic-failover.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ProGet/installation/load-balancing-and-automatic-failover.md b/ProGet/installation/load-balancing-and-automatic-failover.md index 9c720862..4b8fc447 100644 --- a/ProGet/installation/load-balancing-and-automatic-failover.md +++ b/ProGet/installation/load-balancing-and-automatic-failover.md @@ -65,6 +65,8 @@ Machine keys can also be configured within the IIS Manager. To do this: - Enter the _Validation key_ and _Decryption key_ that was generated on the first server - Click _Apply_ on the right panel; this will update the web.config with a machine key +You will also need to make sure the `EncryptionKey` value in the ProGet configuration file is the same on all servers. Please see our [Configuration Files](/docs/proget/installation/config-files) documentation on where to find the configruation file and where to set the `EncryptionKey` value. + Once complete, from any web server, click on the **Configure Load Balancing** link on the ProGet administration page, then click on the **Enable Load Balancing** button. #### Important Note for Load Balancing Only