Browse by Tags
Sorry, but there are no more tags available to filter with.
-
-
Website are great, when you want to troubleshoot your code and deploy it for internal use. But what to do when you do not want to give your access to your code? Check out Web Applications... -f. ref.: http://msdn.microsoft.com/en-us/asp.net/aa336618.aspx
-
-
When it’s time to deploy an application, there is multiple options : xcopy, Click Once, NSIS, the publish option (for websites), and many others. Check out and compare them before using a complex installer. -f.
-
-
Some methods and classes can be usefull when deploying using ClickOnce... ApplicationDeployment.IsNetworkDeployed ApplicationDeployment.CurrentDeployment.ActivationUri ApplicationDeployment.CurrentDeployment.ActivationUri.Query Everything you need to...