I created a site in ASP.NET on Visual Studio. I want to upload it to my website. How do I connect my source code to my hosting provider?
Asked
Active
Viewed 90 times
1 Answers
0
This is how you do it:
- Right click on the project.
- Select "Publish".
- Double Click on FTP/FTPS Server.
- Fill up the following details:
- Server: You can get the server name after logging into your hosting account or contact support and ask them
- Site path: URL of website without "https://"
- Destination URL: URL of website without "https://"
- Select the check box "Passive mode"
- Username: FTP username
- Password: FTP password
- Select "Finish".
- Select "Publish" from the "Project Name: Publish" tab.