Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio keeps asking the FTP password when publishing with ClickOnce

I publish my application on a FTP server. I gave the FTP account information (URL, user and password) to Visual Studio but it keep asking me the FTP password each time I click the Publish now button.

Why VS doesn't automatically fullfill my password?

like image 227
Martin Delille Avatar asked Apr 16 '10 13:04

Martin Delille


2 Answers

Response to your question. This was asked another question.

like image 184
Fatih Avatar answered Oct 06 '22 03:10

Fatih


Visual Studio does not retain the information that you put in, probably so they don't have to do security around it.

like image 21
RobinDotNet Avatar answered Oct 06 '22 01:10

RobinDotNet