ASP.NET Core >> Microsoft support for Linux mature >> ISPconfig installation

Discussion in 'ISPConfig 3 Priority Support' started by peterpetr, Nov 18, 2019.

  1. peterpetr

    peterpetr Member

    In 2016, Microsoft announced support for ASP.NET on Linux and macOS (in addition to Windows). Today, ASP.NET support for Linux and macOS has matured.

    Can ISPconfig be a viable control panel for VPS servers and also support ASP.NET installation?

    Here's Microsoft and DigitalOcean.com guides for installing ASP.NET on Ubuntu:
    #1. https://www.digitalocean.com/commun...with-mysql-server-using-nginx-on-ubuntu-18-04

    #2. https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-3.0

    Can you please take a look at the above links and let me know if you see any red flags or show-stopper problems with IPSconfig + ASP.NET support?
    Thank you.
     
    ahrasis likes this.
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You should be able to install it side by side with ISPConfig and then add the proxy config into the apache directives field of the website to access the ASP.NET site.
     
  3. peterpetr

    peterpetr Member

    @till Thank you. When you say, "install it side by side with ISPConfig", I assume you mean:
    (a) Create a new Customer and Site with ISPConfig;
    (b) Then install ASP.NET such that it is accessible under the new Customer's Site; and
    (c) Use the Nginx settings suggested in the links (as my ISPConfig sites use Nginx, not Appache).
    Is the above correct as a starting point?
    Thank you.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    a + c: yes.
    Regarding b: I'm not sure if that's possible as client, as far as I can see, the asp.net app is a service so probably only root can install, run and manage it.
     

Share This Page