Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • jitendrudu lacaraju 2 posts 72 karma points
    Apr 14, 2017 @ 21:01
    jitendrudu lacaraju
    0

    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

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Apr 18, 2017 @ 09:01
    Alex Skrypnyk
    0

    Hi Jeetu

    What is the problem with deploying?

    Umbraco is web server in your application as I understand, right?

    Thanks

    Alex

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Apr 28, 2017 @ 13:30
    Alex Skrypnyk
    0

    Hi Jeetu

    Did you find out what is the problem?

    Can you share with the community, please?

    Thanks,

    Alex

  • jitendrudu lacaraju 2 posts 72 karma points
    May 08, 2017 @ 16:35
    jitendrudu lacaraju
    0

    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.

  • Anton 36 posts 67 karma points
    Jul 20, 2017 @ 01:00
    Anton
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft