I am exploring the possibility of deployment of umbraco in a 3 tier architecture.
Web Server > Application Server > DB Server
Is this possible ?
Would appreciate if you anyone can provide an example or give information on 'how-to'
Hi alex,
No I have not found the issue & solution.
Basically in a project I am working on, we are looking for a 3 - tier architecture: Web Server (Umbraco) > Application Server (WebAPI) > DB Server (SQL Server).
The customer does not want the 2-tier exposing the DB server to dmz.
I would add a reverse proxy in the setup which would act as the Web Tier. The role of the proxy server would be to forward requests to the Application Tier (Umbraco CMS) that is inside the firewall.
This would achieve your 3 tier architecture and not exposing unnecessary ports.
Web (External port 80) > Umbraco (Internal port 8080) > SQL (Internal port 1433)
Deploying Umbraco in 3 Tier Architecture
I am exploring the possibility of deployment of umbraco in a 3 tier architecture. Web Server > Application Server > DB Server Is this possible ? Would appreciate if you anyone can provide an example or give information on 'how-to'
-Jeetu
Hi Jeetu
What is the problem with deploying?
Umbraco is web server in your application as I understand, right?
Thanks
Alex
Hi Jeetu
Did you find out what is the problem?
Can you share with the community, please?
Thanks,
Alex
Hi alex, No I have not found the issue & solution. Basically in a project I am working on, we are looking for a 3 - tier architecture: Web Server (Umbraco) > Application Server (WebAPI) > DB Server (SQL Server). The customer does not want the 2-tier exposing the DB server to dmz.
I would add a reverse proxy in the setup which would act as the Web Tier. The role of the proxy server would be to forward requests to the Application Tier (Umbraco CMS) that is inside the firewall.
This would achieve your 3 tier architecture and not exposing unnecessary ports.
Web (External port 80) > Umbraco (Internal port 8080) > SQL (Internal port 1433)
IIS Application Request Routing: https://www.iis.net/downloads/microsoft/application-request-routing
is working on a reply...