How to use FTP to publish application via Visual Studio 2015?

Authoring Tools > Visual Studio 2015
The following instructions apply to Web Application Projects.

Where can I find my FTP login info, please click here for details
  1. To publish your web application using FTP:
  • Open the project in Visual Studio 2015.
  • Click Build -> Publish.  This will bring up the "Publish Web" dialogue box.
  • Click Profile, name it for your web application
  • In Connection section, change the "Publish Method" to FTP.
  • For the Server field in Connection, enter your FTP address, e.g.;  ftp:smarterasp.net.  In the Site path filed, enter the folder name where you want to publish your application to, e.g; site1.
  • In username field, enter the FTP user name found in hosting control panel(The default ftp user is yourusername-001)
  • In the password field, enter the FTP password, leave the destination url as blank
  • Click Next to determine the web.configuration you will publish.
  • Click Publish.