Password protected .NET ClickOnce deployment?
问题 How can I protect a ClickOnce deployed application with a password ? Do I have to change the IIS settings of the web or is there a way to do it programmatically? I'm using Visual Studio 2005 (.NET 2.0). If I have to use web credentials, are auto-updates of the application still possible? Would be great if you could provide some sample code or detailed instructions for administering IIS. Thank you! 回答1: I found a possible solution by myself in this MSDN article: ClickOnce Deployment and