Update web.config remark: Use ANCM topic section (#11932)

pull/11940/head
Luke Latham 2019-04-10 22:11:04 -05:00 committed by Rick Anderson
parent 40aa4384d8
commit 04bfc81477
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ description: Learn how to control app behavior across multiple environments in A
monikerRange: '>= aspnetcore-2.1'
ms.author: riande
ms.custom: mvc
ms.date: 03/30/2019
ms.date: 04/10/2019
uid: fundamentals/environments
---
# Use multiple environments in ASP.NET Core
@ -228,7 +228,7 @@ When the `ASPNETCORE_ENVIRONMENT` environment variable is set globally, it takes
**web.config**
To set the `ASPNETCORE_ENVIRONMENT` environment variable with *web.config*, see the *Setting environment variables* section of <xref:host-and-deploy/aspnet-core-module#setting-environment-variables>. When the `ASPNETCORE_ENVIRONMENT` environment variable is set with *web.config*, its value overrides a setting at the system level.
To set the `ASPNETCORE_ENVIRONMENT` environment variable with *web.config*, see the *Setting environment variables* section of <xref:host-and-deploy/aspnet-core-module#setting-environment-variables>.
::: moniker range=">= aspnetcore-2.2"