ClickOnce Deployment question

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
 
C

Cowboy \(Gregory A. Beamer\)

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!
|
*********************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top