after change application by https://github.com/NLog/NLog.Web/issues/34
inner log
2017-09-06 14:43:25.4078 Error Error parsing layout appsetting will be ignored. Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeLoadException: Could not load type 'NLog.Internal.ConfigurationManager' from assembly 'NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c'.
at NLog.LayoutRenderers.AppSettingLayoutRenderer..ctor()
--- End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.Activator.CreateInstance(Type type)
at PravoRu.DataLake.BanksGuarantees.Etl.Host.Program.<>c.b__5_0(Type type) in C:\Users\1\Source\Repos\PravoRu.DataLake.GosZakupki\PravoRu.DataLake.BanksGuarantees.Etl.Host\Program.cs:line 41
at NLog.Config.Factory2.TryCreateInstance(String itemName, TBaseType& result)
at NLog.Config.LayoutRendererFactory.TryCreateInstance(String itemName, LayoutRenderer& result)
at NLog.Config.Factory2.CreateInstance(String name)
at NLog.Layouts.LayoutParser.ParseLayoutRenderer(ConfigurationItemFactory configurationItemFactory, SimpleStringReader sr)