I don't know whether what I am going to ask is possible or not but I have such requirement so asked.
I am having an .NET application. I published the application using ClickOnce and kept all the published file on Apache server. Then I created an webpage on which an download link is there pointing to .application file. This working fine. :)
Now my scenario is, I am having 5 computer labs each lab will have there respective Webserver(Tomcat) on which an JAVA web application is deployed. What I have to do is I have to publish .NET application 5 times with 5 different server URLs. Like say if my First server is http://lab1srv:8050/Myapp
then in publish URL will be http://lab1srv:8050/Myapp/application
same for 2..3..4....(This example is just for 5 server what if I have 100+ server?)
I will be surprised if there is something in which I be able to set deployment provider dynamically or any thing else?
ApplicationDeployment.CurrentDeployment.ActivationUri.Query
and then that URL is get stored with application. and I cannot use same URL for all the .NET application across labs. - AmoghInstallation Folder URL
values for each deployment? - Herdo