Hi :)
I have DNS to my server and it works with mydomain.com but I have a 404 error with tenant1.mydomain.com.
Can you explain the configuration for multitenant functionality?
Do I have to install IIS UrlRewrite and / or set rules in the web.config?
Regards
3 Answer(s)
-
0
Hi,
I suggest you to read the document about multi-tenancy first. <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Multi-Tenancy">https://aspnetboilerplate.com/Pages/Doc ... ti-Tenancy</a>
-
0
hi
I have already read this document.
Can you answer the question please?
Do I have to install IIS UrlRewrite and / or set rules in the web.config?
regards
-
0
Hi,
Sorry for the late response, it is explained here <a class="postlink" href="https://aspnetzero.com/Documents/Development-Guide-Core#web-site-root-url">https://aspnetzero.com/Documents/Develo ... e-root-url</a>.
Thanks.