Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 555009
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T11:46:15+00:00 2026-05-13T11:46:15+00:00

Yet another multi tenancy post im afraid. I just cant find a good solution

  • 0

Yet another multi tenancy post im afraid.
I just cant find a good solution to my problem, I have read all the great posts on multi tenancy for ASP MVC but I still need some good advice.

Im going to create a corporate presence for one of my customers. Their company structure is like a main company (ex. Acme Group Ltd.) which own several other companies (ex. Acme Holding Ltd, Acme Technology Ltd., Acme Maritime Ltd., etc.).

I want to use one ASP MVC project to serve as the container for all the sites to cut down on the code needed and to keep it DRY. I also want all the sites to use the same Membership DB.

My first thought was to make one controller folder for each sub-company and one root controller for the corporate main page. Then it would look like:

acme.com (“Corporate main page”)
acme.com/Holding (“Acme Holding Ltd.”)
acme.com/Maritme (“Acme Maritme Ltd.”)
…

This structure is fine by me, but I also want the users of the website to access each sub-site based on their own separate domains, ex:

holding.acme.com (This should direct to “acme.com/Holding”).
…

That would of course also work, but the thing is that I do not want the url to change when the user is directed to “acme.com/Holding”. I would like it to still be “holding.acme.com”, “holding.acme.com/About”, “holding.acme.com/Contact”, etc. instead of “acme.com/Holding/Contact”, etc.

What would be the best practice to use in this particular project, any thoughts?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T11:46:15+00:00Added an answer on May 13, 2026 at 11:46 am

    Keep it simple, use IIS URL Rewrite Module. You can set it up to rewrite acme-holding.com/* URLs to acme.com/Holding/*:

    <rewrite>
        <rules>
            <rule name="Forward to acme.com">
                <match url=".*" />
                <action type="Rewrite" url="http://acme.com/Holding/{R:0}" />
            </rule>
        </rules>
    </rewrite>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 295k
  • Answers 295k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer T is a integer type, which I'm assuming is unsigned.… May 13, 2026 at 6:48 pm
  • Editorial Team
    Editorial Team added an answer You can prevent nonsense values from being inserted in the… May 13, 2026 at 6:48 pm
  • Editorial Team
    Editorial Team added an answer Assert.IsTrue( ((IList)expected).Contains(actual)); May 13, 2026 at 6:48 pm

Related Questions

Here goes a yet another SQL question about dates… I'm building a calendaring application
I'm working in a multi-developer environment in Oracle with a large package. We have
I want to create a multi-agent simulation model for a real word manufacturing process
I am working on a project right now that involves receiving a message from
On a regular basis I find myself writing little utility programs that use some

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.