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?
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.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
None
0 Points
2 Posts
Develope iis website with visualstudio 2019 as fpt or same
Jun 03, 2019 09:35 AM|Emanuele Tredweb|LINK
Hi,
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?
Thanks
All-Star
40565 Points
6233 Posts
Microsoft
Re: Develope iis website with visualstudio 2019 as fpt or same
Jun 04, 2019 01:58 AM|Fei Han - MSFT|LINK
Hi Emanuele Tredweb,
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