随笔分类 -  .NetCore

摘要:netcore 使用 IOptions 读取配置文件 { "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" 阅读全文
posted @ 2020-01-15 10:39 HeroCany 阅读(2041) 评论(0) 推荐(0)
摘要:在IIS上发布netcore项目 保证电脑上有.net core sdk或者.net core runtime; 需要安装AspNetCoreModule托管模块:DotNetCore.2.0.5-WindowsHosting.exe https://aka.ms/dotnetcore-2-wind 阅读全文
posted @ 2018-10-16 16:02 HeroCany 阅读(2123) 评论(0) 推荐(0)