In VS2008, for FTP Publishing of a website, is there a way to save FTP Logon password?

不想你离开。 提交于 2019-12-04 16:52:43

问题


I like the Visual Studio 2008 IDE integrated (not command line) feature to choose to publish an ASP.NET website to my webserver via FTP. I'm able to store my FTP username but I don't see any option to store my FTP password and so I must type it in each time I publish.

Is there an equivalent to the "Remember password" functionality found on many login systems for VS2008 FTP publishing?

alt text http://img268.imageshack.us/img268/7752/logino.jpg

Thanks!


回答1:


On the previous screen where you select what ftp server you want, simply add the credentials as if you were visiting a secure website in a web browser:

ftp://myuser:mypass@example.com:21/my/path/to/web/root/

It saves the URL between sessions and does not prompt for passwords, at least in my experience with VS 2008.



来源:https://stackoverflow.com/questions/1308541/in-vs2008-for-ftp-publishing-of-a-website-is-there-a-way-to-save-ftp-logon-pas

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!