--- 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)