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 @@ + +