Visual Studio publish, storing login details?

  • Thread starter Thread starter damian
  • Start date Start date
D

damian

Every Time I publish my application VS asks me for my FTP server's
authentication details. Is there any way VS can remember this?

thx in advance
 
I'm using ClickOnce, and it keeps my username, but not the password. Yours
doesn't even keep the username? I don't think there's a way to make it
retain the password. VS would have to recognize that you are using the same
publish location, and retain the username and password, which would make it
discoverable on your computer. Post back if you figure out a way, though.

Robin S.
 
Back
Top