How do i provide a ClickOnce Deployment / Download for a specific tenant in a multitenant environment?
Scenario for test purposes in my Azure NAV Server:
So i created 3 Clickonce Provision Folders for each tenant and customised them.
After all it comes down to one Problem: on my ServerMachine, i only have one ClientUserSettings.config where i have to set the "TenantId" to... some value
and ALL the ClientUserSettings.config Files in my ClickOnce Folders HAVE to be EXACTLY the same or the download wont start because the HASH differs
from the original. But if i can not customise the "TenantId" the downloaded Client has the wrong (if any) tenant configuration.
e.g. where for the web client you simply type "/webclient?tenant=mytenantid" there is no such easy way to customize for the role tailored client.
or is there?
*This post is locked for comments