wrote:
Hi Marcelo,
Thanks for your answer.
In our scenario, the URL of ASP.net app is entirely different from Outsystems URL.
Current ASP.net app's URL -> test.somedomain.com
Current Outsystems URL -> module-os.somedomain.com
So, in this case, when the user clicks on a module from ASP.net page, and when it redirects to Outsystems, can the Outsystems page URL still be displayed as 'test.somedomain.com / module-os'
Thanks!
The DNS configuration of your subdomain should point to your OS server. Then you need to configure an alias (under SEO) for module-os.somedomain.com to be parsed by the server. I usually suggest using a Site Alias for this.
Cheers!