你的位置: 码友网首页 / 资讯源列表 / Multiple Environments in ASP.NET Core

关于[Multiple Environments in ASP.NET Core]的摘要:

In this article, we’re going to cover how to set up and manage multiple environments in ASP.NET Core. If we expect our project to become large and complex, it is a good idea for us to separate our environments. For example, we don’t want to develop software on the same server that hosts our live application. Similarly, we don’t want to run tests on our live application. These bad practices could cause our users to see debugging pages, dummy data, altered data, etc. To help us avoid these issues, we’ll look at how to set up multiple environments to manage what kind of error page is displayed for an ASP.NET Core application.

原文地址: https://code-maze.com/multiple-environments-in-asp-net-core/

收录时间: 2020-05-27 浏览量: 1768 分类: ASP.NET Core

| 0 收藏 | 0