AspNetCore.Docs/aspnet/web-forms/overview/deployment/index.md

84 lines
8.1 KiB
Markdown
Raw Normal View History

merge aspnetmigration to master (#2668) * Initial aspnet migration * Updating legacy urls * Clearing .gitignore file Clearing .gitignore file because this isnt a normal .net application where we want to strip away debug files, etc. We want to include everything under these folders. * Updating webhooks toc reference * Removing header debug links * Updating webhooks toc * Updating double quotes in metadata to use single quotes * Moving all code blocks to external files * Updating newlines for step-by-step * Fixing indent problem on some code blocks * Fixing newlines in alt attribute for images; Fixing some missing code block references * Resyncing with live content * Refreshing content from production * Trying to get pdf to generate for our aspnetmigration branch * Update .openpublishing.publish.config.json * Refresh from prod; Removing some legacy urls for pages that shouldnt have it * Updating index pages and removing legacy urls * Updating warning and caution notes * Removing downloads * remove aspnet from exclude list (#2549) * First pass at language detection * Updating author and adding in msc.type * Updating code blocks * Updating note styles * Fixing note styles * Updating docfx.json file to allow pdfs and gifs * Fixing note stylings for bold notes * Updating docfx.json to allow exe, zip and wmv files * Fixing note styles with period; Fixing downloads links * Fixing code blocks for razor cs and vb * Fixing more downloads links; Fixing a few code blocks * Removing   html entity * Fixing some more note stylings * Syncing with prod * Fixing issues with content * Rebuilding toc file * Adding back in files accidentally deleted * Fixing some security notes * Fixing some note styles * Updating unknown code blocks * Updating article * Fixing link * Fixing link * Fixing link * Fixing invalid characters * preliminary toc changes * update toc * fix toc folder with only one link * Fixing extra heading * Fixing articles * Reworking ajax pages * Fixing encoding issues * Updating markup in articles * Fixing space * Fixing spacing issues with links * Fixing note styles * Fixing inline note styles * Fixing missing image * Adding space * Rolling back gitignore file and adding a new one for /aspnet * Fixing some code blocks * Updating code block language * Renaming file * Updating code language * Fixing code blocks * Fixing code blocks * Fixing spaces before 'using' * Fixing cs to js * Changing Note type * Updating broken reference * Replacing headings with bolds under notes/tips, etc * Fixing markdown for pipes * Another attempted to fix pipe characters * Fixing markdown for pipes * remove text about being thread-safe (#2630) * Fixing spacing issue with list * Trying to fix pipe issue * new how to choose doc * move choose doc to core folder * add api ref * fix link * Adding in ms.assetid * Removing \ufeff * fix link * link to mvc intro instead of webhooks * add scenarios * put core first, vertical orientation for scenarios * reorganize toc, make overview work like core version * fix yaml * fix broken links * Adding space * add download link * tweak tables * eliminate images * eliminate images 2 * tweak scenario section headings * add link to core in asp.net overview * Removing gears * Updating table * Updating code block languages * fix urls (#2663) * Removing embedded in-article TOC from top of articles * fix urls (#2666) * fix urls * fix urls * Removing embedded in-article TOC from top of articles * Revert "Removing embedded in-article TOC from top of articles" This reverts commit ff1c3ccdf1cf2d705e0bb040144a10fa130796f6. * Revert "Removing embedded in-article TOC from top of articles" This reverts commit 17c37c726d930ec6854b545bab076dffda486ebe.
2017-02-04 05:40:22 +08:00
---
title: "Deployment | Microsoft Docs"
author: rick-anderson
description: "How to deploy ASP.NET Web Forms projects to a server."
ms.author: aspnetcontent
manager: wpickett
ms.date: 08/18/2011
ms.topic: article
ms.assetid: 05e4c88f-5101-4277-a323-b6774d98f69e
ms.technology: dotnet-webforms
ms.prod: .net-framework
msc.legacyurl: /web-forms/overview/deployment
msc.type: chapter
---
Deployment
====================
> How to deploy ASP.NET Web Forms projects to a server.
- [ASP.NET Web Deployment using Visual Studio](visual-studio-web-deployment/index.md)
- [Introduction](visual-studio-web-deployment/introduction.md)
- [Preparing for Database Deployment](visual-studio-web-deployment/preparing-databases.md)
- [Web.config File Transformations](visual-studio-web-deployment/web-config-transformations.md)
- [Project Properties](visual-studio-web-deployment/project-properties.md)
- [Deploying to Test](visual-studio-web-deployment/deploying-to-iis.md)
- [Setting Folder Permissions](visual-studio-web-deployment/setting-folder-permissions.md)
- [Deploying to Production](visual-studio-web-deployment/deploying-to-production.md)
- [Deploying a Code Update](visual-studio-web-deployment/deploying-a-code-update.md)
- [Deploying a Database Update](visual-studio-web-deployment/deploying-a-database-update.md)
- [Command Line Deployment](visual-studio-web-deployment/command-line-deployment.md)
- [Deploying Extra Files](visual-studio-web-deployment/deploying-extra-files.md)
- [Troubleshooting](visual-studio-web-deployment/troubleshooting.md)
- [ASP.NET 4 - Enterprise Deployment Introduction](deploying-web-applications-in-enterprise-scenarios/index.md)
- [Deploying Web Applications in Enterprise Scenarios using Visual Studio 2010](deploying-web-applications-in-enterprise-scenarios/deploying-web-applications-in-enterprise-scenarios.md)
- [Enterprise Web Deployment: Scenario Overview](deploying-web-applications-in-enterprise-scenarios/enterprise-web-deployment-scenario-overview.md)
- [Application Lifecycle Management: From Development to Production](deploying-web-applications-in-enterprise-scenarios/application-lifecycle-management-from-development-to-production.md)
- [ASP.NET 4 - Enterprise Deployment Series 1](web-deployment-in-the-enterprise/index.md)
- [Web Deployment in the Enterprise](web-deployment-in-the-enterprise/web-deployment-in-the-enterprise.md)
- [The Contact Manager Solution](web-deployment-in-the-enterprise/the-contact-manager-solution.md)
- [Setting Up the Contact Manager Solution](web-deployment-in-the-enterprise/setting-up-the-contact-manager-solution.md)
- [Understanding the Project File](web-deployment-in-the-enterprise/understanding-the-project-file.md)
- [Understanding the Build Process](web-deployment-in-the-enterprise/understanding-the-build-process.md)
- [Building and Packaging Web Application Projects](web-deployment-in-the-enterprise/building-and-packaging-web-application-projects.md)
- [Configuring Parameters for Web Package Deployment](web-deployment-in-the-enterprise/configuring-parameters-for-web-package-deployment.md)
- [Deploying Web Packages](web-deployment-in-the-enterprise/deploying-web-packages.md)
- [Deploying Database Projects](web-deployment-in-the-enterprise/deploying-database-projects.md)
- [Creating and Running a Deployment Command File](web-deployment-in-the-enterprise/creating-and-running-a-deployment-command-file.md)
- [Manually Installing Web Packages](web-deployment-in-the-enterprise/manually-installing-web-packages.md)
- [ASP.NET 4 - Enterprise Deployment Series 2 Configuring Servers](configuring-server-environments-for-web-deployment/index.md)
- [Configuring Server Environments for Web Deployment](configuring-server-environments-for-web-deployment/configuring-server-environments-for-web-deployment.md)
- [Choosing the Right Approach to Web Deployment](configuring-server-environments-for-web-deployment/choosing-the-right-approach-to-web-deployment.md)
- [Scenario: Configuring a Test Environment for Web Deployment](configuring-server-environments-for-web-deployment/scenario-configuring-a-test-environment-for-web-deployment.md)
- [Scenario: Configuring a Staging Environment for Web Deployment](configuring-server-environments-for-web-deployment/scenario-configuring-a-staging-environment-for-web-deployment.md)
- [Scenario: Configuring a Production Environment for Web Deployment](configuring-server-environments-for-web-deployment/scenario-configuring-a-production-environment-for-web-deployment.md)
- [Configuring a Web Server for Web Deploy Publishing (Remote Agent)](configuring-server-environments-for-web-deployment/configuring-a-web-server-for-web-deploy-publishing-remote-agent.md)
- [Configuring a Web Server for Web Deploy Publishing (Web Deploy Handler)](configuring-server-environments-for-web-deployment/configuring-a-web-server-for-web-deploy-publishing-web-deploy-handler.md)
- [Configuring a Web Server for Web Deploy Publishing (Offline Deployment)](configuring-server-environments-for-web-deployment/configuring-a-web-server-for-web-deploy-publishing-offline-deployment.md)
- [Configuring a Database Server for Web Deploy Publishing](configuring-server-environments-for-web-deployment/configuring-a-database-server-for-web-deploy-publishing.md)
- [Creating a Server Farm with the Web Farm Framework](configuring-server-environments-for-web-deployment/creating-a-server-farm-with-the-web-farm-framework.md)
- [Configuring Deployment Properties for a Target Environment](configuring-server-environments-for-web-deployment/configuring-deployment-properties-for-a-target-environment.md)
- [ASP.NET 4 - Enterprise Deployment Series 3 Configuring TFS](configuring-team-foundation-server-for-web-deployment/index.md)
- [Configuring Team Foundation Server for Web Deployment](configuring-team-foundation-server-for-web-deployment/configuring-team-foundation-server-for-web-deployment.md)
- [Creating a Team Project in TFS](configuring-team-foundation-server-for-web-deployment/creating-a-team-project-in-tfs.md)
- [Adding Content to Source Control](configuring-team-foundation-server-for-web-deployment/adding-content-to-source-control.md)
- [Configuring a TFS Build Server for Web Deployment](configuring-team-foundation-server-for-web-deployment/configuring-a-tfs-build-server-for-web-deployment.md)
- [Creating a Build Definition That Supports Deployment](configuring-team-foundation-server-for-web-deployment/creating-a-build-definition-that-supports-deployment.md)
- [Deploying a Specific Build](configuring-team-foundation-server-for-web-deployment/deploying-a-specific-build.md)
- [Configuring Permissions for Team Build Deployment](configuring-team-foundation-server-for-web-deployment/configuring-permissions-for-team-build-deployment.md)
- [ASP.NET 4 - Enterprise Deployment Series 4 Advanced Topics](advanced-enterprise-web-deployment/index.md)
- [Advanced Enterprise Web Deployment](advanced-enterprise-web-deployment/advanced-enterprise-web-deployment.md)
- [Performing a "What If" Deployment](advanced-enterprise-web-deployment/performing-a-what-if-deployment.md)
- [Customizing Database Deployments for Multiple Environments](advanced-enterprise-web-deployment/customizing-database-deployments-for-multiple-environments.md)
- [Deploying Database Role Memberships to Test Environments](advanced-enterprise-web-deployment/deploying-database-role-memberships-to-test-environments.md)
- [Deploying Membership Databases to Enterprise Environments](advanced-enterprise-web-deployment/deploying-membership-databases-to-enterprise-environments.md)
- [Excluding Files and Folders from Deployment](advanced-enterprise-web-deployment/excluding-files-and-folders-from-deployment.md)
- [Taking Web Applications Offline with Web Deploy](advanced-enterprise-web-deployment/taking-web-applications-offline-with-web-deploy.md)
- [Running Windows PowerShell Scripts from MSBuild Project Files](advanced-enterprise-web-deployment/running-windows-powershell-scripts-from-msbuild-project-files.md)
- [Troubleshooting the Packaging Process](advanced-enterprise-web-deployment/troubleshooting-the-packaging-process.md)