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.
---------------------------------
>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?