From 0dd76c2492f1afbe335b50a8ffb76e4af94271df Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 10 十月 2025 15:16:51 +0800
Subject: [PATCH] 新增设备 人员增加模糊查询 完成 日期默认当天 完成
---
CY_ECommercePlatform/CY.WebForm/Web.config | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/Web.config b/CY_ECommercePlatform/CY.WebForm/Web.config
index 07a3e20..a04f9bc 100644
--- a/CY_ECommercePlatform/CY.WebForm/Web.config
+++ b/CY_ECommercePlatform/CY.WebForm/Web.config
@@ -267,10 +267,8 @@
</exceptionPolicies>
</exceptionHandling>
<connectionStrings>
- <add name="SqlConnection" connectionString="Server=CB2-20200827ONU;Database=ECTEST;Trusted_Connection=True;" providerName="System.Data.SqlClient" />
- <!-- <add name="SqlConnection"
- connectionString="Data Source=DESKTOP-8E2C3RS;Initial Catalog=ECTEST;User ID=sa;Password=123456"
- providerName="System.Data.SqlClient" />-->
+ <!--<add name="SqlConnection" connectionString="Server=CB2-20200827ONU;Database=ECTEST;Trusted_Connection=True;" providerName="System.Data.SqlClient" />-->
+ <add name="SqlConnection" connectionString="Data Source=.;Initial Catalog=ECTEST;User ID=sa;Password=123456;Max Pool Size=32767; Min Pool Size=0;" providerName="System.Data.SqlClient" />
<!--<add name="SqlConnection"
connectionString="Data Source=118.123.213.60\SQLSERVER2008;Initial Catalog=ECTEST;User ID=sa;Password=123qwe!@#;"
providerName="System.Data.SqlClient" />-->
@@ -285,11 +283,12 @@
<appSettings>
<add key="LoggerName" value="AdoNetAppender" />
<add key="NumberOfResultsPerPage" value="" />
- <add key="QueryTimeOut" value="10000" />
+ <add key="QueryTimeOut" value="100000" />
<add key="DALPath" value="CY.SQLDAL" />
<add key="RootConfigPath" value="" />
<add key="LoginURL" value="" />
<add key="UploadFileURL" value="http://localhost:2641/FileUpload.aspx" />
+ <add key="TuPianLuJing" value="http://localhost:8888/" />
</appSettings>
<system.web>
<httpModules>
@@ -383,6 +382,10 @@
<assemblyIdentity name="Microsoft.Practices.Unity.Interception" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.1.505.0" newVersion="2.1.505.0" />
</dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-0.86.0.518" newVersion="0.86.0.518" />
+ </dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
\ No newline at end of file
--
Gitblit v1.9.1