From 0f1b9931d8f9c92cbe1bf3a13243a4a4778e3205 Mon Sep 17 00:00:00 2001 From: dyy <18335927079@163.com> Date: Tue, 15 Sep 2020 17:50:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=B3=E6=97=B6=E9=80=9A=E4=BF=A1=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Learun.Application.IMServer/App.config | 4 ++-- .../Learun.Application.IMServer/AppStart/Startup.cs | 2 +- .../Learun.Application.Web/XmlConfig/system.config | 12 ++++++------ .../XmlConfig/system.config | 2 ++ 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.IMServer/App.config b/Learun.Framework.Ultimate V7/Learun.Application.IMServer/App.config index 7a444373b..e07370b1f 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.IMServer/App.config +++ b/Learun.Framework.Ultimate V7/Learun.Application.IMServer/App.config @@ -29,10 +29,10 @@ --> - + diff --git a/Learun.Framework.Ultimate V7/Learun.Application.IMServer/AppStart/Startup.cs b/Learun.Framework.Ultimate V7/Learun.Application.IMServer/AppStart/Startup.cs index a7500dd8e..caa007872 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.IMServer/AppStart/Startup.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.IMServer/AppStart/Startup.cs @@ -51,7 +51,7 @@ namespace Learun.Application.IMServer } catch (TargetInvocationException exception) { - Console.WriteLine("服务开启失败. 已经有一个服务运行在{0}", SignalRURI); + Console.WriteLine("服务开启失败. 已经有一个服务运行在{0}. 异常信息:{1}", SignalRURI, exception.ToString()); Console.ReadLine(); } } diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/XmlConfig/system.config b/Learun.Framework.Ultimate V7/Learun.Application.Web/XmlConfig/system.config index 57ff2e368..adbbc178b 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/XmlConfig/system.config +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/XmlConfig/system.config @@ -60,19 +60,19 @@ - - - + + + - + - + + diff --git a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/XmlConfig/system.config b/Learun.Framework.Ultimate V7/Learun.Application.WebApi/XmlConfig/system.config index 8a6242bd8..82bb88321 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/XmlConfig/system.config +++ b/Learun.Framework.Ultimate V7/Learun.Application.WebApi/XmlConfig/system.config @@ -61,6 +61,8 @@ + +