So I have developed my application in C#. I am ready to deploy it. I want to make it so that users always launch it from my website (so that they always get updates, no install, etc.).
Is ClickOnce the proper way to do this?
I tried deploying ClickOnce to my server and a few things jump out at me:
1) The user is given the option to run a setup or launch the .application file - what's the difference? Can't it detect this on it's own?
2) When I try to "launch" the .application it asks to download it to my computer. Anyway to just launch the file straight from the browser?
3) After I download and run the .application file I get an error with the following message: "Deployment and application do not have matching security zones."