Password protected .NET ClickOnce deployment?
Posted
by splattne
on Stack Overflow
See other posts from Stack Overflow
or by splattne
Published on 2008-10-12T12:50:10Z
Indexed on
2010/05/26
20:11 UTC
Read the original article
Hit count: 275
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!
© Stack Overflow or respective owner