So, I developed my application in C #. I am ready to deploy it. I want to make sure that users always run it from my site (so that they always receive updates, without installation, etc.).
Is ClickOnce the right way to do this?
I tried deploying ClickOnce to my server, and several things popped up on me:
1) The user is given the opportunity to start the installation or run the .application file - what's the difference? Could it discover this on its own?
2) When I try to "run" the application., It asks to download it to my computer. Anyway, just run the file directly from the browser?
3) After downloading and running the .application file, I get an error message with the following message: "The deployment and the application do not have appropriate security zones."
c # deployment clickonce
Andy hin
source share