| Home » Categories » Getting Started » Setting up Website |
How to Publish Your Web Application |
|
Article Number: 296 | Rating: Unrated | Last Updated: Tue, Sep 23, 2025 at 10:59 PM
|
This article give brief tutorial about how to publish your web application using FTP: 1. Open your project via Visual Studio tool 2. On the Solution Explorer window, right click your project and select "Publish Website" 3. Please publish your website to your local folder, such as C:\Project 4. You will see all the files and subfolders on C:\Project, however, you will not see any code-behind files 5. Please upload whatever you see on C:\Project to the server via FTP Please note that if your website does not even work on your local PC, it will never ever work on the server. This is why it is important to ensure that your site works on your local PC first Also, please kindly add a customError tag on your web.config so that you can view the error message directly (if in case there is an error). This can be something like: <customErrors mode="RemoteOnly"
defaultRedirect="GenericErrorPage.htm"> |
Attachments
There are no attachments for this article.
|
What is my temporary URL Address?
Viewed 10954 times since Tue, May 1, 2012
Is there any downtime when switching my website to your server?
Viewed 3854 times since Mon, Apr 30, 2012
What are the steps to publish my ASP.NET project to the server?
Viewed 17676 times since Wed, Feb 4, 2015
What is my original default page?
Viewed 10283 times since Mon, Apr 30, 2012
Where should I put my own website files?
Viewed 3800 times since Fri, Apr 27, 2012
I would like to create a new website, what should I do?
Viewed 4710 times since Mon, Apr 30, 2012
How can I deploy my website with WebDeploy tool?
Viewed 6479 times since Mon, Apr 30, 2012
How can I publish my website to your server?
Viewed 7810 times since Mon, Apr 30, 2012
|
