Difference between revisions of "Load Balancing"
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. |
− | + | 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.