Difference between revisions of "Load Balancing"

(Created page with "FluenceXLWeb can work with a load balanced setup - you should ensure the load balancer supports "Sticky sessions" or "Client affinity" and setup a SQL Repository connection to...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
FluenceXLWeb can work with a load balanced setup - you should ensure the load balancer supports "Sticky sessions" or "Client affinity" and setup a SQL Repository connection to the same database.
+
FluenceXLWeb can work with a load balanced setup - you should ensure the load balancer supports "Sticky sessions" or "Client affinity" and setup a [[SQL Repository]] connection to the same database.
  
Set the ApplicationURL setting to the url the users would access: [[https://help.fluencexl.com/Customising_web_config]]
+
You should also set the ApplicationURL setting to the URL the users would access [[Customising web config|in your web.config]].
 +
 
 +
[[Category:Web Edition]]
 +
[[Category:Installation]]

Latest revision as of 12:53, 25 October 2023

FluenceXLWeb can work with a load balanced setup - you should ensure the load balancer supports "Sticky sessions" or "Client affinity" and setup a SQL Repository connection to the same database.

You should also set the ApplicationURL setting to the URL the users would access in your web.config.