This is a quick step-by-step document. If you find that you require further details, please create a support ticket.
Details
To deploy a .NET project from you local computer to your ASP.NET hosting account, follow the steps listed below.
- Enable FrontPage extensions in the IIS Manager.
- Open the web project to be deployed in Visual Studio .NET.
- Go to Project -> Copy Project
- Enter the URL to your site, http://www.YourHostedDomainName.com, or the location you want Visual Studio .NET to copy your project to in the Destination Project Folder.
- Select FrontPage as Web Access Method.
- Select "Only files needed to run this application"*.
- Click "Ok".
*These steps will not allow you to open the project directly from the server. To do that, you will have to select "Copy: All Project Files" in Step 6.
