VueWebApi/Global.asax.cs
@@ -1,3 +1,4 @@ using log4net.Config; using System; using System.Collections.Generic; using System.IO; @@ -41,5 +42,6 @@ //XmlConfigurator.Configure(); log4net.Config.XmlConfigurator.Configure(new FileInfo(Server.MapPath("~/log4net.config"))); } } }