|
I have a web server where I'm allowing users to download and run a ClickOnce application from many virtual directories. The ClickOnce application is basically the same for each VD, but I want to name the application so that it is specific to the VD so that the ClickOnce is installed for each VD.
e.g. the base ClickOnce is called MyApp and I want to have MyApp1, MyApp2, MyApp3 so that if I update MyApp1, the other MyAppX stay the same and use those specifc versions for that VD.
Any suggestions? |