diff --git a/VECTO/app.config b/VECTO/app.config index ab35e83a9d49f08387157bcdd342797b770fd04f..99ee49a662dc5fd40322c1b517d85e528e3dae91 100644 --- a/VECTO/app.config +++ b/VECTO/app.config @@ -4,6 +4,9 @@ <configSections> <section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" /> </configSections> + <runtime> + <loadFromRemoteSources enabled="true" /> + </runtime> <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd" diff --git a/VectoConsole/App.config b/VectoConsole/App.config index 0118145833f876dac701cd4569041be4608add55..380c2ac3a3a6544e8a9067637070bea3cbbee493 100644 --- a/VectoConsole/App.config +++ b/VectoConsole/App.config @@ -7,6 +7,9 @@ <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> </startup> + <runtime> + <loadFromRemoteSources enabled="true" /> + </runtime> <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd"