Web.config 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. 有关如何配置 ASP.NET 应用程序的详细信息,请访问
  4. http://go.microsoft.com/fwlink/?LinkId=169433
  5. -->
  6. <configuration>
  7. <configSections>
  8. <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
  9. <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  10. <section name="fileUploadConfig" type="EMIS.ViewModel.FileUploadConfig, EMIS.ViewModel" />
  11. <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
  12. <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
  13. <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --><!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
  14. <section name="oracle.manageddataaccess.client" type="OracleInternal.Common.ODPMSectionHandler, Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342" />
  15. </configSections>
  16. <connectionStrings>
  17. <!--岭南考试系统-->
  18. <add name="EMISNewContext" providerName="System.Data.SqlClient" connectionString="Data Source=192.168.0.66\LIOT;Initial Catalog=LIOT.Exam20210331001;Persist Security Info=True;User ID=sa;Password=1;Pooling=True;Max Pool Size=10000;" />
  19. <add name="DataCenterContextContainer" connectionString="metadata=res://*/DataCenterContext.csdl|res://*/DataCenterContext.ssdl|res://*/DataCenterContext.msl;provider=MySql.Data.MySqlClient;provider connection string=&quot;server=192.168.0.66;user id=root;password=bowin123;persistsecurityinfo=True;database=dbcenter&quot;" providerName="System.Data.EntityClient" />
  20. <add name="HRServiceContextContainer" providerName="System.Data.SqlClient" connectionString="Data Source=192.168.0.66\LIOT;Initial Catalog=Emis.HRService;Persist Security Info=True;User ID=sa;Password=1;Pooling=True;Max Pool Size=10000;" />
  21. <add name="EMISNewLogContext" providerName="System.Data.SqlClient" connectionString="Data Source=192.168.0.66\LIOT;Initial Catalog=LIOT.ExamLog;Persist Security Info=True;User ID=sa;Password=1;Pooling=True;Max Pool Size=10000;" />
  22. <add name="LYDataContext" connectionString="metadata=res://*/LYDATA.csdl|res://*/LYDATA.ssdl|res://*/LYDATA.msl;provider=Oracle.ManagedDataAccess.Client;provider connection string=&quot;DATA SOURCE=192.168.0.68:1521/LYDATA.LIOT;PASSWORD=1;PERSIST SECURITY INFO=True;USER ID=LYDATA&quot;" providerName="System.Data.EntityClient" />
  23. <!--<add name="EMISNewContext" providerName="System.Data.SqlClient" connectionString="Data Source=192.168.42.55;Initial Catalog=LIOT.Exam;Persist Security Info=True;User ID=exam;Password=exam!2#;Pooling=True;Max Pool Size=10000;" />
  24. <add name="DataCenterContextContainer" connectionString="metadata=res://*/DataCenterContext.csdl|res://*/DataCenterContext.ssdl|res://*/DataCenterContext.msl;provider=MySql.Data.MySqlClient;provider connection string=&quot;server=192.168.45.12;user id=to_jdkszx;password=jdkszx@2019;persistsecurityinfo=True;database=dbcenter&quot;" providerName="System.Data.EntityClient" />
  25. <add name="HRServiceContextContainer" providerName="System.Data.SqlClient" connectionString="Data Source=192.168.42.55;Initial Catalog=Emis.HRService;Persist Security Info=True;User ID=exam;Password=exam!2#;Pooling=True;Max Pool Size=10000;" />
  26. <add name="EMISNewLogContext" providerName="System.Data.SqlClient" connectionString="Data Source=192.168.42.55;Initial Catalog=LIOT.ExamLog;Persist Security Info=True;User ID=exam;Password=exam!2#;Pooling=True;Max Pool Size=10000;" />-->
  27. <add name="OracleDbContext" providerName="Oracle.ManagedDataAccess.Client" connectionString="User Id=oracle_user;Password=oracle_user_password;Data Source=oracle" />
  28. </connectionStrings>
  29. <!--
  30. 有关 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。
  31. 可在 <httpRuntime> 标记上设置以下特性。
  32. <system.Web>
  33. <httpRuntime targetFramework="4.5.2" />
  34. </system.Web>
  35. -->
  36. <system.web>
  37. <httpRuntime maxRequestLength="999999999" requestPathInvalidCharacters="" />
  38. <httpModules>
  39. <clear />
  40. <add name="VerificationCodeModule" type="Bowin.Common.VerificationCodeModule,Bowin.Common" />
  41. </httpModules>
  42. <httpHandlers>
  43. <add verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  44. </httpHandlers>
  45. <customErrors mode="Off" defaultRedirect="Error" />
  46. <compilation targetFramework="4.5.2" debug="true">
  47. <buildProviders>
  48. <add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  49. </buildProviders>
  50. </compilation>
  51. <authentication mode="Forms">
  52. <!--配置登入系统后的跳转地址begin-->
  53. <!--通用-->
  54. <forms loginUrl="~/Account/Login" timeout="2880" enableCrossAppRedirects="true" />
  55. <!--河北科大-->
  56. <!--<forms loginUrl="~/Account/NewLogin" timeout="2880" enableCrossAppRedirects="true" />-->
  57. <!--广中医-->
  58. <!--<forms loginUrl="~/Account/GZZYLogin" timeout="2880" enableCrossAppRedirects="true" />-->
  59. <!--配置登入系统后的跳转地址end-->
  60. </authentication>
  61. <pages controlRenderingCompatibilityVersion="4.0">
  62. <namespaces>
  63. <add namespace="System.Web.Helpers" />
  64. <add namespace="System.Web.Mvc" />
  65. <add namespace="System.Web.Mvc.Ajax" />
  66. <add namespace="System.Web.Mvc.Html" />
  67. <add namespace="System.Web.Optimization" />
  68. <add namespace="System.Web.Routing" />
  69. <add namespace="System.Web.WebPages" />
  70. </namespaces>
  71. </pages>
  72. <trust level="Full" originUrl="" />
  73. <!--<caching>
  74. <outputCacheSettings>
  75. <outputCacheProfiles>
  76. <add name="PublicOnly" duration="3600" location="Client"/>
  77. </outputCacheProfiles>
  78. </outputCacheSettings>
  79. </caching>-->
  80. <!--<sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" />-->
  81. </system.web>
  82. <system.web.extensions>
  83. <scripting>
  84. <webServices>
  85. <jsonSerialization maxJsonLength="500000000" />
  86. </webServices>
  87. </scripting>
  88. </system.web.extensions>
  89. <location path="Content">
  90. <system.webServer>
  91. <staticContent>
  92. <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="1.02:00:00" />
  93. <remove fileExtension=".zip" />
  94. <remove fileExtension=".rar" />
  95. <mimeMap fileExtension=".zip" mimeType="application/zip" />
  96. <mimeMap fileExtension=".rar" mimeType="application/octet-stream" />
  97. </staticContent>
  98. </system.webServer>
  99. </location>
  100. <location path="Scripts">
  101. <system.webServer>
  102. <staticContent>
  103. <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="1.02:00:00" />
  104. </staticContent>
  105. </system.webServer>
  106. </location>
  107. <system.webServer>
  108. <validation validateIntegratedModeConfiguration="false" />
  109. <modules runAllManagedModulesForAllRequests="true">
  110. <remove name="VerificationCodeModule" />
  111. <add name="VerificationCodeModule" type="Bowin.Common.VerificationCodeModule,Bowin.Common" />
  112. </modules>
  113. <handlers>
  114. <remove name="ReportViewerWebControlHandler" />
  115. <remove name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" />
  116. <remove name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" />
  117. <remove name="ExtensionlessUrlHandler-Integrated-4.0" />
  118. <add name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
  119. <add name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
  120. <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
  121. <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  122. </handlers>
  123. <httpProtocol>
  124. <customHeaders>
  125. <clear />
  126. <add name="X-UA-Compatible" value="IE=8" />
  127. </customHeaders>
  128. </httpProtocol>
  129. <security>
  130. <requestFiltering>
  131. <requestLimits maxAllowedContentLength="2147483648" />
  132. </requestFiltering>
  133. </security>
  134. </system.webServer>
  135. <runtime>
  136. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  137. <dependentAssembly>
  138. <assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
  139. <bindingRedirect oldVersion="0.0.0.0-3.5.0.0" newVersion="3.5.0.0" />
  140. </dependentAssembly>
  141. <dependentAssembly>
  142. <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
  143. <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
  144. </dependentAssembly>
  145. <dependentAssembly>
  146. <assemblyIdentity name="MySql.Data" publicKeyToken="c5687fc88969c44d" culture="neutral" />
  147. <bindingRedirect oldVersion="0.0.0.0-6.8.8.0" newVersion="6.8.8.0" />
  148. </dependentAssembly>
  149. <dependentAssembly>
  150. <publisherPolicy apply="no" />
  151. <assemblyIdentity name="Oracle.ManagedDataAccess" publicKeyToken="89b483f429c47342" culture="neutral" />
  152. </dependentAssembly>
  153. <dependentAssembly>
  154. <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
  155. <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
  156. </dependentAssembly>
  157. <dependentAssembly>
  158. <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
  159. <bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
  160. </dependentAssembly>
  161. <dependentAssembly>
  162. <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
  163. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  164. </dependentAssembly>
  165. </assemblyBinding>
  166. </runtime>
  167. <entityFramework>
  168. <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
  169. <parameters>
  170. <parameter value="v11.0" />
  171. </parameters>
  172. </defaultConnectionFactory>
  173. <providers>
  174. <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
  175. <provider invariantName="MySql.Data.MySqlClient" type="MySql.Data.MySqlClient.MySqlProviderServices, MySql.Data.Entity.EF6, Version=6.8.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"></provider>
  176. <provider invariantName="Oracle.ManagedDataAccess.Client" type="Oracle.ManagedDataAccess.EntityFramework.EFOracleProviderServices, Oracle.ManagedDataAccess.EntityFramework, Version=6.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342" />
  177. </providers>
  178. </entityFramework>
  179. <oracle.manageddataaccess.client>
  180. <version number="*">
  181. <dataSources>
  182. <dataSource alias="SampleDataSource" descriptor="(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ORCL))) " />
  183. </dataSources>
  184. </version>
  185. </oracle.manageddataaccess.client>
  186. <fileUploadConfig>
  187. <add name="EMIS.CommonLogic.SupervisionManage.LessonRecordServices" value="LessonRecordAttachment" />
  188. <add name="EMIS.CommonLogic.SupervisionManage.ProjectRecordServices" value="ProjectRecordAttachment" />
  189. </fileUploadConfig>
  190. <system.serviceModel>
  191. <behaviors>
  192. <serviceBehaviors>
  193. <behavior name="">
  194. <serviceMetadata httpGetEnabled="true" />
  195. <serviceDebug includeExceptionDetailInFaults="false" />
  196. <dataContractSerializer maxItemsInObjectGraph="2147483647" />
  197. </behavior>
  198. </serviceBehaviors>
  199. <endpointBehaviors>
  200. <behavior>
  201. <webHttp helpEnabled="True" />
  202. </behavior>
  203. <behavior name="clientBehavior" />
  204. </endpointBehaviors>
  205. </behaviors>
  206. <protocolMapping>
  207. <add binding="webHttpBinding" scheme="http" />
  208. </protocolMapping>
  209. <serviceHostingEnvironment multipleSiteBindingsEnabled="true" aspNetCompatibilityEnabled="false" />
  210. <bindings>
  211. <customBinding>
  212. <binding name="customBinding">
  213. <binaryMessageEncoding>
  214. <readerQuotas maxArrayLength="2147483647" maxStringContentLength="2147483647" maxDepth="64" />
  215. </binaryMessageEncoding>
  216. <httpTransport maxReceivedMessageSize="2147483647" />
  217. </binding>
  218. </customBinding>
  219. <basicHttpBinding>
  220. <binding name="entreeSoap" openTimeout="01:00:00" closeTimeout="01:00:00" receiveTimeout="01:00:00" sendTimeout="01:00:00" textEncoding="utf-8" maxReceivedMessageSize="2147483647">
  221. <readerQuotas maxArrayLength="2147483647" maxStringContentLength="2147483647" maxDepth="64" />
  222. </binding>
  223. </basicHttpBinding>
  224. </bindings>
  225. <client>
  226. <!--工作流地址接入地址配置begin-->
  227. <!--普教开发环境-->
  228. <!--<endpoint address="http://192.168.0.66:8911/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
  229. <!--成教开发环境-->
  230. <!--<endpoint address="http://192.168.0.28:8014/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
  231. <!--本地测试环境-->
  232. <!--<endpoint address="http://localhost:8003/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
  233. <!--松山测试环境-->
  234. <endpoint address="http://192.168.0.66:8101/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />
  235. <!--广体测试环境-->
  236. <!--<endpoint address="http://192.168.0.66:8102/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
  237. <!--科大测试环境-->
  238. <!--<endpoint address="http://192.168.0.66:8103/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
  239. <!--工大测试环境-->
  240. <!--<endpoint address="http://192.168.0.66:8103/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
  241. <!--广中医测试环境-->
  242. <!--<endpoint address="http://192.168.0.66:8106/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
  243. <!--工作流地址接入地址配置end-->
  244. </client>
  245. </system.serviceModel>
  246. <location path="" overrideMode="Deny" />
  247. <location path="" overrideMode="Allow">
  248. <appSettings>
  249. <clear />
  250. <!--MVC组件配置begin-->
  251. <add key="webpages:Version" value="2.0.0.0" />
  252. <add key="webpages:Enabled" value="false" />
  253. <add key="PreserveLoginUrl" value="true" />
  254. <add key="ClientValidationEnabled" value="true" />
  255. <add key="UnobtrusiveJavaScriptEnabled" value="true" />
  256. <!--MVC组件配置end-->
  257. <!--登录信息cookies名配置begin-->
  258. <add key="logincookieName" value="EMISNew_Login" />
  259. <!--登录信息cookies名配置end-->
  260. <!--登录信息容器配置begin-->
  261. <add key="CustomPrincipanAssembly" value="EMIS.Utility" />
  262. <add key="CustomPrincipanClass" value="EMIS.Utility.FormValidate.CustomPrincipal" />
  263. <!--登录信息容器配置end-->
  264. <!--工作流接口账号密码配置begin-->
  265. <add key="sys_InsertingID" value="79972b0d414d44bd86d816d90114e79f" />
  266. <add key="sys_InsertingPwd" value="53BF01E20E464120B2A94543312C0F34" />
  267. <!--工作流接口账号密码配置end-->
  268. <!--上传文件路径配置begin-->
  269. <add key="FileUploadPath" value="~/Content/DownFile" />
  270. <!--上传文件路径配置begin-->
  271. <!--系统发件邮箱配置begin-->
  272. <add key="Mail_SMTPServer" value="smtp.126.com" />
  273. <add key="Mail_SMTPPort" value="25" />
  274. <add key="Mail_SMTPIsSSL" value="false" />
  275. <add key="Mail_Pop3Server" value="pop.126.com" />
  276. <add key="Mail_Pop3Port" value="110" />
  277. <add key="Mail_Pop3IsSSL" value="false" />
  278. <add key="Mail_UserName" value="jwcksk" />
  279. <add key="Mail_Password" value="jwc6502303" />
  280. <!--系统发件邮箱配置end-->
  281. <!--7Zip压缩/解压缩工具位置配置begin-->
  282. <add key="PathOf7Zip" value="bin\7z.exe" />
  283. <!--7Zip压缩/解压缩工具位置配置end-->
  284. <!--导入文件的储存地址、虚拟目录配置begin-->
  285. <add key="ImportFileVirtualFolder" value="/Content/DownFile/" />
  286. <!--导入文件的储存地址、虚拟目录配置end-->
  287. <!--配置是否自动关闭排课功能(0表示打开,1表示关闭)begin-->
  288. <add key="IsCloseSchedulingManage" value="0" />
  289. <!--配置是否自动关闭排课功能(0表示打开,1表示关闭)end-->
  290. <!--配置登出系统后的跳转地址begin-->
  291. <!--通用-->
  292. <add key="LogOffUrl" value="~/Account/Login" />
  293. <!--河北科大-->
  294. <!--<add key="LogOffUrl" value="~/Account/NewLogin" />
  295. <add key="LoginAction" value="NewLogin" />-->
  296. <!--广中医-->
  297. <!--<add key="LogOffUrl" value="~/Account/GZZYLogin" />
  298. <add key="LoginAction" value="GZZYLogin" />-->
  299. <!--配置登出系统后的跳转地址end-->
  300. <!--单点登录配置,各高校有所不同(0表示关闭,1表示打开)begin-->
  301. <add key="IsSSOLogin" value="0" />
  302. <add key="SSOHost" value="https://cas.dgut.edu.cn" />
  303. <add key="SSOAPPID" value="nextjwc" />
  304. <add key="SSOSecret" value="c4e3c333d5dd" />
  305. <!--单点登录配置end-->
  306. <!--报表服务器配置begin-->
  307. <!--普教开发环境-->
  308. <!--<add key="ReportServerUrl" value="http://192.168.0.66:8921/reportserver" />
  309. <add key="ReportServerUser" value="administrator" />
  310. <add key="ReportServerPass" value="Bow1n" />-->
  311. <!--成教开发环境-->
  312. <!--<add key="ReportServerUrl" value="http://192.168.0.29/reportserver" />
  313. <add key="ReportServerUser" value="administrator" />
  314. <add key="ReportServerPass" value="Bow1n" />-->
  315. <!--本地测试环境-->
  316. <!--<add key="ReportServerUrl" value="http://localhost:8014/ReportServer" />
  317. <add key="ReportServerUser" value="administrator" />
  318. <add key="ReportServerPass" value="Bow1n" />-->
  319. <!--松山开发环境-->
  320. <add key="ReportServerUrl" value="http://192.168.0.66:8303/ReportServer_LIOT" />
  321. <add key="ReportServerUser" value="administrator" />
  322. <add key="ReportServerPass" value="Bow1n" />
  323. <!--广体开发环境-->
  324. <!--<add key="ReportServerUrl" value="http://192.168.0.66:8202/reportserver" />
  325. <add key="ReportServerUser" value="administrator" />
  326. <add key="ReportServerPass" value="Bow1n" />-->
  327. <!--科大开发环境-->
  328. <!--<add key="ReportServerUrl" value="http://192.168.0.66:8203/reportserver" />
  329. <add key="ReportServerUser" value="administrator" />
  330. <add key="ReportServerPass" value="Bow1n" />-->
  331. <!--工大开发环境-->
  332. <!--<add key="ReportServerUrl" value="http://192.168.0.66:8204/reportserver" />
  333. <add key="ReportServerUser" value="administrator" />
  334. <add key="ReportServerPass" value="Bow1n" />-->
  335. <!--广中医开发环境-->
  336. <!--<add key="ReportServerUrl" value="http://192.168.0.66:8206/reportserver" />
  337. <add key="ReportServerUser" value="administrator" />
  338. <add key="ReportServerPass" value="Bow1n" />-->
  339. <!--报表服务器配置end-->
  340. <!--毕业日期配置begin-->
  341. <!--月(春季、上学期入学月)-->
  342. <add key="PlanningGraduateDateSpringMonth" value="1" />
  343. <!--日(春季、上学期入学日)-->
  344. <add key="PlanningGraduateDateSpringDay" value="30" />
  345. <!--月(秋季、下学期入学月)-->
  346. <add key="PlanningGraduateDateAutumnMonth" value="6" />
  347. <!--日(秋季、下学期入学日)-->
  348. <add key="PlanningGraduateDateAutumnDay" value="30" />
  349. <!--毕业日期配置end-->
  350. <!--入学学期配置begin(1表示春季、上学期,2表示秋季、下学期)-->
  351. <add key="GraduatingSemester" value="1" />
  352. <!--入学学期配置end-->
  353. <!--教学任务提交控制begin(0表示控制,1表示不控制)-->
  354. <add key="MissionClassCanSubmitNoTeacher" value="0" />
  355. <!--教学任务提交控制eng-->
  356. <!--生成学号总位数配置begin-->
  357. <add key="LoginIDTotal" value="12" />
  358. <!--生成学号总位数配置end-->
  359. <!-- 微信公众号URL对接信息 -->
  360. <add key="WeixinToken" value="chuangxin1234567chuangxin1234567" />
  361. <add key="WeixinEncodingAESKey" value="" />
  362. <!-- 高级接口信息 -->
  363. <add key="WeixinAppId" value="wx1932067a4e356125" />
  364. <add key="WeixinAppSecret" value="e9ad9550755af983703d97bb09c64c51" />
  365. <add key="MobileAppPath" value="MobileApp" />
  366. <add key="WxMp_NoticeTemplateID" value="-MTih-lt1ZeKtsCjSFqbZ7FkB9rH4ntP79nCrCqgHn4" />
  367. <!-- 微信支付V3 -->
  368. <add key="TenPayV3_MchId" value="1607504565" />
  369. <!--<add key="TenPayV3_Key" value="D2C7B8DE80C3401DB0F83D0C589F18CC" />-->
  370. <add key="TenPayV3_Key" value="Gdcxjyzxyxgs1990gdcxjyzxyxgs1990" />
  371. <add key="TenPayV3_AppId" value="wx1932067a4e356125" />
  372. <add key="TenPayV3_AppSecret" value="e9ad9550755af983703d97bb09c64c51" />
  373. <add key="TenPayV3_TenpayNotify" value="http://ksbm.gdcxxy.net/Weixin/PayNotify" />
  374. <!-- 微信公众号URL对接信息 --><!--
  375. <add key="WeixinToken" value="9044914217028e4e" />
  376. <add key="WeixinEncodingAESKey" value="T2NUOkC70PsL0TG7fnIaqlwLSkwjSudlArRhkucumA8" />
  377. --><!-- 高级接口信息 --><!--
  378. <add key="WeixinAppId" value="wx737c2a7879b897c1" />
  379. <add key="WeixinAppSecret" value="0d37c99bf2edd9ef3d839869bfa724ad" />
  380. <add key="MobileAppPath" value="MobileApp" />
  381. <add key="WxMp_NoticeTemplateID" value=""/>
  382. --><!-- 微信支付V3 --><!--
  383. <add key="TenPayV3_MchId" value="1603514462" />
  384. --><!--<add key="TenPayV3_Key" value="D2C7B8DE80C3401DB0F83D0C589F18CC" />--><!--
  385. <add key="TenPayV3_Key" value="11BCA2F1697B4C65B7016C5F5AB620BD" />
  386. <add key="TenPayV3_AppId" value="wx737c2a7879b897c1" />
  387. <add key="TenPayV3_AppSecret" value="0d37c99bf2edd9ef3d839869bfa724ad" />
  388. <add key="TenPayV3_TenpayNotify" value="http://liot.bowintek.com/Weixin/PayNotify" />-->
  389. </appSettings>
  390. </location>
  391. <system.data>
  392. <DbProviderFactories>
  393. <remove invariant="MySql.Data.MySqlClient" />
  394. <add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.8.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
  395. <remove invariant="Oracle.ManagedDataAccess.Client" />
  396. <add name="ODP.NET, Managed Driver" invariant="Oracle.ManagedDataAccess.Client" description="Oracle Data Provider for .NET, Managed Driver" type="Oracle.ManagedDataAccess.Client.OracleClientFactory, Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342" />
  397. </DbProviderFactories>
  398. </system.data></configuration>
  399. <!--ProjectGuid: {22249936-FF1B-41DC-B01B-857553C576A8}-->