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. Then 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" />