Use ClickOnce on password protected web site

守給你的承諾、 提交于 2019-12-05 01:58:48
BenSwayne

You cannot use forms authentication with ClickOnce deployment.

ClickOnce does not support forms-based authentication because it uses persistent cookies; these present a security risk because they reside in the Internet Explorer cache and can be hacked. Therefore, if you are deploying ClickOnce applications, any authentication scenario besides Windows NT authentication is unsupported. MSDN for ClickOnce Deployment and Security

If you want more control over your distribution system you might consider a third party solution. I have used AppLife Update and enjoyed the flexibility it game me. But there are other 3rd party solutions out there.

There is an excellent StackOverflow question about alternatives to ClickOnce over here: Alternatives to ClickOnce

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!