How do I resolve a "401" error on a ClickOnce deployed application

  • Thread starter Thread starter Bill Fuller
  • Start date Start date
B

Bill Fuller

I have a ClickOnce applicaton that has been published to a remote server. It
requires logging in. However, when running the install it fails with a "401"
error... I am not sure why since we are able to log onto the install page.

Anyone have an idea on how to diagnose this?
 
There is no way to pass credentials from ClickOnce to connect to your server
to pick up the deployment files. Have you considered hosting it from a web
page, and password-protecting the web page instead?

RobinS.
GoldMail, Inc.
 
Back
Top