Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > ClickOnce deployment on a server installation URL with username and password
 

ClickOnce deployment on a server installation URL with username and password

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://usernameStick out tongueassword@abc.xyz.com/test/App.application
Method 2 : http://abc.xyz.com/test/App.application?username=user&pass=pwd

Both 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

Subbu1  Wednesday, February 06, 2008 9:07 PM

Form based authentication currently does not work with ClickOnce. We are actively working on to fix this issue.

Munirul Abedin  Wednesday, February 06, 2008 10:11 PM

Form based authentication currently does not work with ClickOnce. We are actively working on to fix this issue.

Munirul Abedin  Wednesday, February 06, 2008 10:11 PM
Is the form based authentication feature supported in VS 2008 Professional Suite?
Subbu1  Thursday, February 07, 2008 4:36 PM

Only "Integrated Windows Authentication" is supported for all skus of VS2005 and VS2008.

Robert Schoen (Microsoft Visual Studio for BizApps Team)

RSchoe-MSFT  Saturday, February 09, 2008 12:13 AM

You can use google to search for other answers

Custom Search

More Threads

• SetUp Tutorial
• Error in deployment ClickOnce application
• install files for complex script and right to left languages(control panel) from Visual studio 2005 or visual studio 2008 setup project
• Application cannot be started
• Upgrade the application with Runas command
• Change Web Services Reference path
• Trouble Including Word/Excel Files in msi. File
• change the dsig:DigestValue value??
• VS2008 deploy : HELP !
• windows installer - how to validate a registration code?