Update web.config remark: Use ANCM topic section (#11932)
parent
40aa4384d8
commit
04bfc81477
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue