Multi-tenant systems |
Scroll |
The default URL looks like this:
http://server_name/tenant/...
However it is possible to compact this URL using subdomain mode. In that case, the URL will look like:
http://tenant.server_name/...
To change to subdomain mode, set the SubdomainMode key value to true in the Client web application's "web.config" file on the Server where Microsoft IIS is installed:
<addĀ key="SubdomainMode"Ā value="true"Ā />