5.3, Change these setting in Web.config of server1 & server2
<add key="umbracoContentXML" value="~/App_Data/TEMP/umbraco.config" /> from <add key="umbracoContentXML" value="~/App_Data/umbraco.config" />
5.4, Delete these in server1 & server2
~\App_Data\Logs
~\App_Data\TEMP
6, Test
If change "test content" at admin.umbraco.local, that will distribute the change to server1,server2.
7. Problems
Add "server3" as "server1" - copy all files from "admit" except "~\AppData\Logs" & "~\AppData\TEMP" and set the config as "server1".
If change "test content" at admin.umbraco.local, that will distribute to server1,server2 also, but not to "server3".
Ask help for distrubting websites at load balance
I can't add more the same website for load balance when the distributed settings work good.
1, Set these DNS in C:\Windows\System32\drivers\etc\hosts
127.0.0.1 localhost
127.0.0.1 admin.umbraco.local
127.0.0.1 server1.umbraco.local
127.0.0.1 server2.umbraco.local
2, Set IIS
Host name: admin.umbraco.local ; Port:8070; Physical Path: E:\Deployments\UmbracoCmsAdmin
Host name: server1.umbraco.local; Port:8071; Physical Path: E:\Deployments\UmbracoCmsServer1
Host name: server2.umbraco.local; Port:8072; Physical Path: E:\Deployments\UmbracoCmsServer2
3, Install Umbraco into E:\Deployments\UmbracoCmsAdmin with simple template online.
4, Copy all the files from E:\Deployments\UmbracoCmsAdmin to E:\Deployments\UmbracoCmsServer1 & E:\Deployments\UmbracoCmsServer2.
5, Set config
5.1, Add these settings in Web.config of admin & server1 & server2
5.2, Change these settings in ~\Config\umbracoSettings.config of admin & server1 & server2
5.3, Change these setting in Web.config of server1 & server2
5.4, Delete these in server1 & server2
6, Test
If change "test content" at admin.umbraco.local, that will distribute the change to server1,server2.
7. Problems
Add "server3" as "server1" - copy all files from "admit" except "~\AppData\Logs" & "~\AppData\TEMP" and set the config as "server1". If change "test content" at admin.umbraco.local, that will distribute to server1,server2 also, but not to "server3".
I don't know what's happened.
Please help me out, thank you very much!
If delete these folders in "server3", it can refresh to new content.
But change new content at "admin" and publish again, "server3" still can't change with the same content. :(
is working on a reply...