How password protect ClickOnce URL while still allow app to update?

R

Ronald S. Cook

We have our app deployed so that users may download from
www.oursite.com/ourapp. But how can we password protect or do any sort of
security on this?

One of our developers has argued that ClickOnce is too basic and we should
use a 3rd party installer. But I'd like to see if we can make ClickOnce do
this.

Any help would be appreciated.

Thanks,
Ron Cook
 
G

Guest

I haven't tried this, but I see no reason why you could not use Windows
Authentication with IIS on the vRoot / page that serves the ClickOnce
install.
Or even, put in an ASP.NET page with Forms Auth that redirects to the
Publish.htm page on successful authentication, no?
Peter
 

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