Update instruction on picking up env var change (#8638)

pull/8830/head
Luke Latham 2018-10-02 19:13:44 -05:00 committed by GitHub
parent f473fbf8c1
commit a4a449b4d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@ To set the `ASPNETCORE_ENVIRONMENT` environment variable for an app running in a
> [!IMPORTANT]
> When hosting an app in IIS and adding or changing the `ASPNETCORE_ENVIRONMENT` environment variable, use any one of the following approaches to have the new value picked up by apps:
>
> * Restart an app's app pool.
> * Execute `net stop was /y` followed by `net start w3svc` from a command prompt.
> * Restart the server.