parent
a18a6bdc8c
commit
16086ef8d7
|
@ -54,6 +54,7 @@
|
|||
"data/**/**.md": "aspnetcore-data",
|
||||
"fundamentals/**/**.md": "aspnetcore-fundamentals",
|
||||
"getting-started/**/**.md": "aspnetcore-getstarted",
|
||||
"host-and-deploy/**/**.md": "aspnetcore-hostdeploy",
|
||||
"migration/**/**.md": "aspnetcore-migration",
|
||||
"mobile/**/**.md": "aspnetcore-mobile",
|
||||
"mvc/**/**.md": "aspnetcore-mvc",
|
||||
|
|
|
@ -2,13 +2,9 @@
|
|||
title: ASP.NET Core Module configuration reference
|
||||
author: guardrex
|
||||
description: Learn how to configure the ASP.NET Core Module for hosting ASP.NET Core apps.
|
||||
manager: wpickett
|
||||
ms.author: riande
|
||||
ms.custom: mvc
|
||||
ms.date: 02/15/2018
|
||||
ms.prod: asp.net-core
|
||||
ms.technology: aspnet
|
||||
ms.topic: article
|
||||
uid: host-and-deploy/aspnet-core-module
|
||||
---
|
||||
# ASP.NET Core Module configuration reference
|
||||
|
|
|
@ -2,13 +2,9 @@
|
|||
title: Continuous deployment to Azure with Visual Studio and Git with ASP.NET Core
|
||||
author: rick-anderson
|
||||
description: Learn how to create an ASP.NET Core web app using Visual Studio and deploy it to Azure App Service using Git for continuous deployment.
|
||||
manager: wpickett
|
||||
ms.author: riande
|
||||
ms.custom: mvc
|
||||
ms.date: 10/14/2016
|
||||
ms.prod: asp.net-core
|
||||
ms.technology: aspnet
|
||||
ms.topic: article
|
||||
uid: host-and-deploy/azure-apps/azure-continuous-deployment
|
||||
---
|
||||
# Continuous deployment to Azure with Visual Studio and Git with ASP.NET Core
|
||||
|
|
|
@ -2,13 +2,9 @@
|
|||
title: Host ASP.NET Core on Azure App Service
|
||||
author: guardrex
|
||||
description: Discover how to host ASP.NET Core apps in Azure App Service with links to helpful resources.
|
||||
manager: wpickett
|
||||
ms.author: riande
|
||||
ms.custom: mvc
|
||||
ms.date: 01/29/2018
|
||||
ms.prod: asp.net-core
|
||||
ms.technology: aspnet
|
||||
ms.topic: article
|
||||
uid: host-and-deploy/azure-apps/index
|
||||
---
|
||||
# Host ASP.NET Core on Azure App Service
|
||||
|
|
|
@ -2,13 +2,9 @@
|
|||
title: Troubleshoot ASP.NET Core on Azure App Service
|
||||
author: guardrex
|
||||
description: Learn how to diagnose problems with ASP.NET Core Azure App Service deployments.
|
||||
manager: wpickett
|
||||
ms.author: riande
|
||||
ms.custom: mvc
|
||||
ms.date: 01/31/2018
|
||||
ms.prod: asp.net-core
|
||||
ms.technology: aspnet
|
||||
ms.topic: article
|
||||
uid: host-and-deploy/azure-apps/troubleshoot
|
||||
---
|
||||
# Troubleshoot ASP.NET Core on Azure App Service
|
||||
|
|
|
@ -2,13 +2,9 @@
|
|||
title: Common errors reference for Azure App Service and IIS with ASP.NET Core
|
||||
author: guardrex
|
||||
description: Distinguish common errors when hosting ASP.NET Core apps on Azure Apps Service and IIS.
|
||||
manager: wpickett
|
||||
ms.author: riande
|
||||
ms.custom: mvc
|
||||
ms.date: 03/13/2017
|
||||
ms.prod: asp.net-core
|
||||
ms.technology: aspnet
|
||||
ms.topic: article
|
||||
uid: host-and-deploy/azure-iis-errors-reference
|
||||
---
|
||||
# Common errors reference for Azure App Service and IIS with ASP.NET Core
|
||||
|
|
|
@ -2,13 +2,9 @@
|
|||
title: ASP.NET Core directory structure
|
||||
author: guardrex
|
||||
description: Learn about the directory structure of published ASP.NET Core apps.
|
||||
manager: wpickett
|
||||
ms.author: riande
|
||||
ms.custom: mvc
|
||||
ms.date: 04/09/2018
|
||||
ms.prod: asp.net-core
|
||||
ms.technology: aspnet
|
||||
ms.topic: article
|
||||
uid: host-and-deploy/directory-structure
|
||||
---
|
||||
# ASP.NET Core directory structure
|
||||
|
|
|
@ -2,13 +2,9 @@
|
|||
title: Host ASP.NET Core in Docker containers
|
||||
author: rick-anderson
|
||||
description: Discover links to resources for learning how to host ASP.NET Core apps in Docker containers.
|
||||
manager: wpickett
|
||||
ms.author: riande
|
||||
ms.custom: mvc
|
||||
ms.date: 01/08/2018
|
||||
ms.prod: aspnet-core
|
||||
ms.technology: aspnet
|
||||
ms.topic: article
|
||||
uid: host-and-deploy/docker/index
|
||||
---
|
||||
# Host ASP.NET Core in Docker containers
|
||||
|
|
|
@ -2,13 +2,9 @@
|
|||
title: Visual Studio Tools for Docker with ASP.NET Core
|
||||
author: spboyer
|
||||
description: Learn how to use Visual Studio 2017 tooling and Docker for Windows to containerize an ASP.NET Core app.
|
||||
manager: wpickett
|
||||
ms.author: scaddie
|
||||
ms.custom: mvc
|
||||
ms.date: 12/12/2017
|
||||
ms.prod: aspnet-core
|
||||
ms.technology: aspnet
|
||||
ms.topic: article
|
||||
uid: host-and-deploy/docker/visual-studio-tools-for-docker
|
||||
---
|
||||
# Visual Studio Tools for Docker with ASP.NET Core
|
||||
|
|
|
@ -2,13 +2,9 @@
|
|||
title: Development-time IIS support in Visual Studio for ASP.NET Core
|
||||
author: shirhatti
|
||||
description: Discover support for debugging ASP.NET Core apps when running behind IIS on Windows Server.
|
||||
manager: wpickett
|
||||
ms.author: riande
|
||||
ms.custom: mvc
|
||||
ms.date: 05/14/2018
|
||||
ms.prod: asp.net-core
|
||||
ms.technology: aspnet
|
||||
ms.topic: article
|
||||
uid: host-and-deploy/iis/development-time-iis-support
|
||||
---
|
||||
# Development-time IIS support in Visual Studio for ASP.NET Core
|
||||
|
|
|
@ -2,13 +2,9 @@
|
|||
title: Host ASP.NET Core on Windows with IIS
|
||||
author: guardrex
|
||||
description: Learn how to host ASP.NET Core apps on Windows Server Internet Information Services (IIS).
|
||||
manager: wpickett
|
||||
ms.author: riande
|
||||
ms.custom: mvc
|
||||
ms.date: 03/13/2018
|
||||
ms.prod: asp.net-core
|
||||
ms.technology: aspnet
|
||||
ms.topic: article
|
||||
uid: host-and-deploy/iis/index
|
||||
---
|
||||
# Host ASP.NET Core on Windows with IIS
|
||||
|
|
|
@ -2,13 +2,9 @@
|
|||
title: IIS modules with ASP.NET Core
|
||||
author: guardrex
|
||||
description: Discover active and inactive IIS modules for ASP.NET Core apps and how to manage IIS modules.
|
||||
manager: wpickett
|
||||
ms.author: riande
|
||||
ms.custom: mvc
|
||||
ms.date: 04/04/2018
|
||||
ms.prod: aspnet-core
|
||||
ms.technology: aspnet
|
||||
ms.topic: article
|
||||
uid: host-and-deploy/iis/modules
|
||||
---
|
||||
# IIS modules with ASP.NET Core
|
||||
|
|
|
@ -2,13 +2,9 @@
|
|||
title: Troubleshoot ASP.NET Core on IIS
|
||||
author: guardrex
|
||||
description: Learn how to diagnose problems with Internet Information Services (IIS) deployments of ASP.NET Core apps.
|
||||
manager: wpickett
|
||||
ms.author: riande
|
||||
ms.custom: mvc
|
||||
ms.date: 02/07/2018
|
||||
ms.prod: asp.net-core
|
||||
ms.technology: aspnet
|
||||
ms.topic: article
|
||||
uid: host-and-deploy/iis/troubleshoot
|
||||
---
|
||||
# Troubleshoot ASP.NET Core on IIS
|
||||
|
|
|
@ -2,13 +2,9 @@
|
|||
title: Host and deploy ASP.NET Core
|
||||
author: rick-anderson
|
||||
description: Learn how to set up hosting environments and deploy ASP.NET Core apps.
|
||||
manager: wpickett
|
||||
ms.author: riande
|
||||
ms.custom: mvc
|
||||
ms.date: 08/07/2017
|
||||
ms.prod: asp.net-core
|
||||
ms.technology: aspnet
|
||||
ms.topic: article
|
||||
uid: host-and-deploy/index
|
||||
---
|
||||
# Host and deploy ASP.NET Core
|
||||
|
|
|
@ -2,13 +2,9 @@
|
|||
title: Host ASP.NET Core on Linux with Apache
|
||||
description: Learn how to set up Apache as a reverse proxy server on CentOS to redirect HTTP traffic to an ASP.NET Core web app running on Kestrel.
|
||||
author: spboyer
|
||||
manager: wpickett
|
||||
ms.author: spboyer
|
||||
ms.custom: mvc
|
||||
ms.date: 03/13/2018
|
||||
ms.prod: asp.net-core
|
||||
ms.technology: aspnet
|
||||
ms.topic: article
|
||||
uid: host-and-deploy/linux-apache
|
||||
---
|
||||
# Host ASP.NET Core on Linux with Apache
|
||||
|
|
|
@ -2,13 +2,9 @@
|
|||
title: Host ASP.NET Core on Linux with Nginx
|
||||
author: rick-anderson
|
||||
description: Learn how to setup Nginx as a reverse proxy on Ubuntu 16.04 to forward HTTP traffic to an ASP.NET Core web app running on Kestrel.
|
||||
manager: wpickett
|
||||
ms.author: riande
|
||||
ms.custom: mvc
|
||||
ms.date: 05/22/2018
|
||||
ms.prod: asp.net-core
|
||||
ms.technology: aspnet
|
||||
ms.topic: article
|
||||
uid: host-and-deploy/linux-nginx
|
||||
---
|
||||
# Host ASP.NET Core on Linux with Nginx
|
||||
|
|
|
@ -2,13 +2,9 @@
|
|||
title: Configure ASP.NET Core to work with proxy servers and load balancers
|
||||
author: guardrex
|
||||
description: Learn about configuration for apps hosted behind proxy servers and load balancers, which often obscure important request information.
|
||||
manager: wpickett
|
||||
ms.author: riande
|
||||
ms.custom: mvc
|
||||
ms.date: 03/26/2018
|
||||
ms.prod: asp.net-core
|
||||
ms.technology: aspnet
|
||||
ms.topic: article
|
||||
uid: host-and-deploy/proxy-load-balancer
|
||||
---
|
||||
# Configure ASP.NET Core to work with proxy servers and load balancers
|
||||
|
|
|
@ -2,13 +2,9 @@
|
|||
title: Visual Studio publish profiles for ASP.NET Core app deployment
|
||||
author: rick-anderson
|
||||
description: Learn how to create publish profiles in Visual Studio and use them for managing ASP.NET Core app deployments to various targets.
|
||||
manager: wpickett
|
||||
ms.author: riande
|
||||
ms.custom: mvc
|
||||
ms.date: 04/10/2018
|
||||
ms.prod: asp.net-core
|
||||
ms.technology: aspnet
|
||||
ms.topic: article
|
||||
uid: host-and-deploy/visual-studio-publish-profiles
|
||||
---
|
||||
# Visual Studio publish profiles for ASP.NET Core app deployment
|
||||
|
|
|
@ -2,13 +2,9 @@
|
|||
title: Host ASP.NET Core in a Windows Service
|
||||
author: guardrex
|
||||
description: Learn how to host an ASP.NET Core app in a Windows Service.
|
||||
manager: wpickett
|
||||
ms.author: tdykstra
|
||||
ms.custom: mvc
|
||||
ms.date: 06/04/2018
|
||||
ms.prod: aspnet-core
|
||||
ms.technology: aspnet
|
||||
ms.topic: article
|
||||
uid: host-and-deploy/windows-service
|
||||
---
|
||||
# Host ASP.NET Core in a Windows Service
|
||||
|
|
Loading…
Reference in New Issue