研究.NET Core已经一段时间了,一直都是在Windows上开发,这2天尝试着将公司一个很简单的内部Web项目改造成了ASP.NET Core,并且部署到Linux上.生产环境如下: Linux Ubuntu 14.04 Windows Server 2008, SQL Server 2008 EXPRESS R2 安装SDK 如果Linux服务器可以访问外网,那么按照 官网文档 的指导可以很简单的完成SDK的安装. 不巧的是我找的虚拟机只能访问内网,因此只能通过代理的方式来安装.关于如何设
(18)When in production, carefully consider what you need to log 招数18: 在生产环境,仔细考虑你需要记录哪些日志 Many people deploy to production without checking how logging is currently configured. It is always advisable to check whether your policy is to have logging on