Hello Radzen Community,
I am currently working with a Radzen Angular application deployed to both production and test environments, hosted on a server with IIS. For example, the URLs for these environments are:
- Test:
https://loginacc.hostname.com/firstApp/
- Production:
https://login.hostname.com/firstApp/
I handle deployments directly from within Radzen. The test and production environments use separate databases.
I now need to set up additional endpoints for the same application code base, allowing users to access the application from different URLs. The desired additional URLs are, for example:
- Test:
https://loginacc.hostname.com/secondApp/
- Production:
https://login.hostname.com/secondApp/
The application, database, and users remain the same within each environment, but the app should recognize which URL it is running on.
Has anyone in the community configured Radzen to deploy the same application to multiple endpoints? If so, could you share your experience ? Specifically, I am looking for advice on:
- How to deploy the application to multiple endpoints from Radzen.:
( I already use load deploy settings to deploy to prod or test env.) - Ensuring the application can detect and respond to the different URLs appropriately.
PS: I'm not particularly looking for a multi-tenancy solution, but if that's the way to go..
My main goal is to use Radzen's capabilities as much as possible and minimize customizations.
Thank you!
Best Regards,
Mehmet