Hello, I have successfully deployed a release of the admin web application, however, I don't know how I should deploy the public website on the same domain like the admin website. Both admin and public websites should be under the same domain, same ip and same port, right? ..but this is not accepted by IIS. What do you suggest? Many thanks,
Panayiotis.
2 Answer(s)
-
0
Both admin and public websites should be under the same domain, same ip and same port, right?
No. See #3664@74060c7f-553c-4b37-a4ea-5526c219123b, #4858@7bd0c225-74e6-48b1-a831-b5c6adabc70a.
-
0
Hello, And thank you for pointing out relevant topics. To my opinion, public website should be published under <a class="postlink" href="http://www.domain.com">http://www.domain.com</a> where admin website should be published under a subdomain like admin.domain.com. Good day,
P.