摘要:
1.在项目中安装log4net 包 2.增加配置文件: 1 <?xml version="1.0" encoding="utf-8"?> 2 <configuration> 3 <configSections> 4 <section name="log4net" type="log4net.Conf 阅读全文
摘要:
1. 在NuGet引用owin Microsoft.AspNet.WebApi.Owin Microsoft.AspNet.WebApi.OwinSelfHost Microsoft.Owin.StaticFiles 2. 添加服务启动配置类 Startup 1 using WebapiTest.A 阅读全文