如何更改 ASP.NET 5 中可通过 IHostingEnvironment 获得的默认环境值?

How do you change the default environment value in ASP.NET 5 that is available via IHostingEnvironment?

我在 ASP.NET 5 中使用 IHostingEnvironment 访问环境名称,默认情况下是 Development。

如何将其更改为其他内容?我尝试在我的 Windows 7 系统中创建环境变量 ASPNET_ENV,但这并没有改变任何东西。

Update: The problem was resolved when I removed the ASPNET_ENV variable from the visual studio project properties.

应该捡起来。 99.9% 的人认为您需要确保刷新环境变量缓存(例如,如果您在启动 VS 后更改了环境变量,则需要重新启动 VS)。