You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.
Describe environment variable support in ASP.NET. Focus mainly on the Environment environment variable, which is exposed via IsDevelopment in Startup's methods.
Show how to use the environment to request a different configuration settings file (e.g. settings.development.json).
Show how to only show developer error page if IsDevelopment
Show how to use launchSettings to set the environment (in Visual Studio, anyway)
Show how to manually set environment variables in Windows and Mac
Show how to use environment-specific methods in Startup (e.g. ConfigureDevelopment)
ASPNET > Getting Started
Describe environment variable support in ASP.NET. Focus mainly on the Environment environment variable, which is exposed via IsDevelopment in Startup's methods.
See https://docs.asp.net/en/latest/fundamentals/environments.html#id3
The text was updated successfully, but these errors were encountered: