关于[Using a Web.config File With ASP.NET Core]的摘要:
One of the most significant changes for those that transitioned from ASP.NET to ASP.NET Core was the transition of configuration information from the web.config file to the appsettings.json file. However, for those of us still deploying our applications to IIS, there are many reasons that we might want to include a web.config with our apps.
原文地址: https://mitchelsellers.com/blog/article/using-a-web-config-file-with-asp-net-core