Hi everyone. This is my first time setting up Umbraco. Our architecture is setup to have 2 front end servers and 1 backend server. I've attached a diagram of our setup.
I have followed Umbraco's documentation for load balanced setup and have run into a few issues. For context, I've setup Umbraco on each of the 3 servers, pointed them all to the same database and NAS server for shared file access (instead of doing replication), setup delegated cache on SQL and pointed all 3 to a shared key for data protection.
As I was setting up each server, they each loaded their web portal (localhost:<port#>/umbraco) and I was able to login and see the same folders from the NAS. But once all 3 were up, suddenly only the backend web portal will load. When I try the front end servers, they load an error message (attached).
Which brings me to my questions.
-
Is each server supposed to load via the web portal or only the backend?
-
If so, should each server have it's own URL (umbraco1.domain.com or something)?
-
How do I go about creating a URL for the Umbraco admin/editor login so it can be accessed with a normal URL instead of via localhost?
-
And is it possible for an editor to access that page on their system instead of remoting into the backend sever?
Thank you so much!