ClickOnce and Basic Authentication

  • Thread starter Thread starter Al
  • Start date Start date
A

Al

We have a "ClickOnce" application that we are attempting to deploy. The
application deploys correctly to the web server but when we attempt to down
load the application to the client it gives an error that indicates we
don't have the rights to it. We have traced it down to the fact that we are
using "Basic Authentication" because when we set IIS up as "Integrated
Authentication" the application downloads and installs properly.

Thanks,

Al
 
Either configure IIS to use anonymous authentication or change the zone
(in IE's Internet Settings) that the site belongs (Intranet or Trusted
Sites).
 
Back
Top