ClickOnce Deployment question

  • Thread starter Thread starter R
  • Start date Start date
R

R

Hi

Is it possible to set the clickonce to deploy to certain users only?

For example - deploy the application based on user id's?

I am looking for the following::

Control which users can get the update from the server:

1) Publish the application to web url
2) Control which users (based on user id) can get the updates
 
You have to set up the authentication to authenticate the users you wish to
deploy to and secure the click once deployment page. The easiest way to do
this is fold the click once page into an existing ASP.NET application with
security set up already.

--
Gregory A. Beamer
MCP: +I, SE, SD, DBA

*********************************************
| Think outside the box!
|
*********************************************
 
Back
Top