Visual Studio keeps asking the FTP password when publishing with ClickOnce
Asked Answered
B

3

6

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?

Barca answered 16/4, 2010 at 13:32 Comment(1)
A
5

Response to your question. This was asked another question.

Aileneaileron answered 16/4, 2010 at 13:50 Comment(0)
C
1

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

Circuitous answered 16/4, 2010 at 18:49 Comment(1)
myuser:[email protected]:21/my/path/to/web/root it do, but you need to understand how ftp work.Phonetician
C
0

If you're asking for VS2012, when you click the 'Edit Publish Profiles' gear icon, it normally opens to the 'Preview' tab (see the left side). You can then click 'Connection' on the left and add your password. Then click 'Validate Connection'. Then click 'Close' and it will prompt you to save the updated profile.

Cali answered 29/8, 2012 at 16:46 Comment(1)
You're talking about 'one click web publishing', and the question is about 'ClickOnce' which is not the same thing.Malaguena

© 2022 - 2024 — McMap. All rights reserved.