User61956409 posted
Hi Emanuele Tredweb,
previously i used visual studio 2017 for develope iis websites with ftp connection, now with visual studio 2019 this feature is no more available. Is there an extension to do same thing or a
particular configuration, maybe with azure, for connect to my server and develope with VS solution?
As you mentioned, the ability to open Web Site project from a remote FTP location has been removed.
And as a replacement, FTP users can copy the files from the remote destination outside of Visual Studio, open the project and make changes, and then use publish to push them back to the remote FTP location. Or can mount the FTP location as a drive.
Please refer to the following feedbacks that discussed similar issue.
https://developercommunity.visualstudio.com/content/problem/526875/file-open-web-site-ftp.html
https://developercommunity.visualstudio.com/content/problem/448201/work-with-ftp-sites.html
With Regards,
Fei Han