I have an app that I want to deploy, but I need to deploy several instances of the app on the same server. Each instance needs to have a different unit ID in its app.config file. How can I do that?
I set up the app:

Then I created the variables:

But when I try to add the second instance to the server, I get this message:

How can I add another instance, and have each use unique unit ID variables?




