Hi @Gino Kok ,
About how to deploy your website using FTP,you could check these steps:
- Open the project in Visual Studio 2013. Click Build > Publish. That will bring up the "Publish Web" dialog box.
- Change the "Publish Method" to FTP. Server: Enter your FTP URL. Example:
- ftp.YourHostedDomain.com
- In the Site Path field, enter the
- subdirectory you wish to publish the application to (for example: /Subdirectory).
- If you want to publish to the root directory. Leave the Site path empty.
- In username field, enter the FTP user name found in Control Panel.
- In the password field, enter the FTP password.
- Click "Next" to determine the web.configuration you will publish.
- Click "Publish."
Note: That's not everyone supports it, which is generally required for .net 4.6.
Best regards,
Yijing Sun
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.