How to have QA and Production installed via ClickOnce without overriding each other?
I am having a problem attempting to have two environments published through ClickOnce.
I have two URLs, o开发者_StackOverflow社区ne with the QA version and one with the PROD version. The issue is that I can only have one at the time. If I install one, it overrides the other instance.
I already attempted to change the publisher name and also add a Suite name to create a subfolder, but they still mutual exclude each other.
精彩评论