Hello,
we are analyzing a project about a new infrastructure of CRM with 500 users. I read the documentation about but I get still few questions:
- do the Front End (FE) server and Back End (BE) server need to be split on two servers or is it just a recommandation?
- do we necessary have to install the FE in the DMZ and in the local network? Are these FE in DMZ usefull?
- Is the ADFS better in the DMZ or in the local network?
- We will have at least 2 FE servers and 2 BE servers. Are the FE server aware about all the BE server or do we need to use a load balancer? If the FE server in DMZ required, how do we configure the FE server in DMZ to reach the BE server in the LAN? How does the FE server know which BE server to connect to?
- If we decide to install FE and BE on the same server, can we split later the roles? What is the best solution to do this?
- Does the FE need to contact the BE server to send an DB request or can the FE contact directly the DB?
Thanks