Base solution for your next web application
Open Closed

Separate(multiple) Hosting Accounts for single project License #10885


User avatar
0
samir.edm created
  • What is your product version? - 11.0
  • What is your product type (Angular or MVC)? - Angular
  • What is product framework type (.net framework or .net core)? - .NET Core

This is about the Project Name requirement in ASPNet Zero and the possibilities of having multiple Host accounts.

We are using Angular as product type with .NET Core for our multi-tenant application. And we are planning to have a separate sub-domain for each tenant account. Additionally, there will be separate hosting environments for DEVelopment, Stage & Production on different servers.

The expected configuration & URLs can be visualized as follows -

Project Name: OurDomain.com

URLs:

  1. Dev.OurDomain.com - for Host account on Development
  2. Stage.OurDomain.com - for Host account on Stage
  3. www.OurDomain.com - for Host account on Production
  4. Tenant1.OurDomain.com - for 1st Tenant account on Production
  5. Tenant2.OurDomain.com - for 2nd Tenant account on Production

The DEV hosting is done and working currently as 1 Host account and multiple different Tenant accounts.

The questions are -

  1. Whether we can have multiple host accounts for same Project Name, hosted on separate Servers (IP addresses)?
  2. Can we use the same source code?
  3. Is this possible using single Project license of ASPNet Zero?

Thank You


2 Answer(s)
  • User Avatar
    0
    sedulen created

    Hi @samir.edm,

    The Project name you use to create your Project in ANZ is separate from your deployment, so what you are trying to do is fine. I do the exact same thing with multiple systems I have developed using ANZ.

    From the ANZ FAQ:

    There's no deployment restriction, you can publish your project to any number of servers. Notice that, the word "product" can also be used as "project" or "solution" in various places on the website. These have all the same meanings.

    I hope that helps. -Brian

  • User Avatar
    0
    ismcagdas created
    Support Team

    Thanks @sedulen :)

    @sedulen is right;

    1.Whether we can have multiple host accounts for same Project Name, hosted on separate Servers (IP addresses)? Yes.

    2.Can we use the same source code? Yes.

    1. Is this possible using single Project license of ASPNet Zero? Yes.

    Let me know if you have any other questions.