I am considering using ClickOnce for an obsolete Windows Forms application. I have a few questions related to ClickOnce itself.
- Does the user require administrative consoles to install the ClickOnce application?
- Can a ClickOnce application access the local file system?
- When are end-user security hints requested?
- Can the application be served via https: //?
- Can an application make calls to services hosted on https: //?
- Can the application be serviced over SSL?
source
share