Hello,
I have deployed a clickonce application on a URL which requires a username and password to enter the installation URL for a user who is installing this.
When I try to click "install", the installation fails with a "401 Unauthorized" error code. I then tried to re-publish by incorporating the username and password for the installation URL in the manifest as follows:
Method 1: http://username

assword@abc.xyz.com/test/App.application
Method 2 : http://abc.xyz.com/test/App.application?
username=user&pass=pwdBoth the above did not work. I still get a 401 Unauthorized error. How do I go about solving this?
The only way I can think of protecting the installation URL page is to use a username and password. Is there some other way of securing the installation URL for a clickonce application?
Any help is appreciated
Subbu