摘要: appsettings.json { "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "opti 阅读全文
posted @ 2020-12-03 16:33 wangwangwangMax 阅读(333) 评论(0) 推荐(1) 编辑
摘要: 1.初识Core 我们新建一个项目- 新建之后我们就会看到: Program.cs /// <summary> /// asp.net--网站托管在IIS--IIS负责监听-转发请求--响应客户端 /// .net core--控制台--CreateWebHostBuilder(内置了服务器)--启 阅读全文
posted @ 2020-12-03 16:23 wangwangwangMax 阅读(423) 评论(0) 推荐(1) 编辑
摘要: 我们在Startup类里面可以看到那么一句话: // This method gets called by the runtime. Use this method to add services to the container. // This method gets called by the 阅读全文
posted @ 2020-12-03 16:01 wangwangwangMax 阅读(277) 评论(0) 推荐(0) 编辑