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! I found a possible solution by myself in this MSDN article: ClickOnce Deployment and Security . ASP.NET Form-Based Authentication If you want to control which deployments each user can access, you