123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- 有关如何配置 ASP.NET 应用程序的详细信息,请访问
- http://go.microsoft.com/fwlink/?LinkId=169433
- -->
- <configuration>
- <configSections>
- <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
- <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
- <section name="fileUploadConfig" type="EMIS.ViewModel.FileUploadConfig, EMIS.ViewModel" />
- <!-- 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 -->
- <!-- 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 -->
- <section name="oracle.manageddataaccess.client" type="OracleInternal.Common.ODPMSectionHandler, Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342" />
- </configSections>
- <connectionStrings>
- <!--岭南考试系统-->
- <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;" />
- <add name="DataCenterContextContainer" connectionString="metadata=res://*/DataCenterContext.csdl|res://*/DataCenterContext.ssdl|res://*/DataCenterContext.msl;provider=MySql.Data.MySqlClient;provider connection string="server=192.168.0.66;user id=root;password=bowin123;persistsecurityinfo=True;database=dbcenter"" providerName="System.Data.EntityClient" />
- <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;" />
- <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;" />
- <add name="LYDataContext" connectionString="metadata=res://*/LYDATA.csdl|res://*/LYDATA.ssdl|res://*/LYDATA.msl;provider=Oracle.ManagedDataAccess.Client;provider connection string="DATA SOURCE=192.168.0.68:1521/LYDATA.LIOT;PASSWORD=1;PERSIST SECURITY INFO=True;USER ID=LYDATA"" providerName="System.Data.EntityClient" />
- <!--<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;" />
- <add name="DataCenterContextContainer" connectionString="metadata=res://*/DataCenterContext.csdl|res://*/DataCenterContext.ssdl|res://*/DataCenterContext.msl;provider=MySql.Data.MySqlClient;provider connection string="server=192.168.45.12;user id=to_jdkszx;password=jdkszx@2019;persistsecurityinfo=True;database=dbcenter"" providerName="System.Data.EntityClient" />
- <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;" />
- <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;" />-->
- <add name="OracleDbContext" providerName="Oracle.ManagedDataAccess.Client" connectionString="User Id=oracle_user;Password=oracle_user_password;Data Source=oracle" />
- </connectionStrings>
- <!--
- 有关 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。
- 可在 <httpRuntime> 标记上设置以下特性。
- <system.Web>
- <httpRuntime targetFramework="4.5.2" />
- </system.Web>
- -->
- <system.web>
- <httpRuntime maxRequestLength="999999999" requestPathInvalidCharacters="" />
- <httpModules>
- <clear />
- <add name="VerificationCodeModule" type="Bowin.Common.VerificationCodeModule,Bowin.Common" />
- </httpModules>
- <httpHandlers>
- <add verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
- </httpHandlers>
- <customErrors mode="Off" defaultRedirect="Error" />
- <compilation targetFramework="4.5.2" debug="true">
- <buildProviders>
- <add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
- </buildProviders>
- </compilation>
- <authentication mode="Forms">
- <!--配置登入系统后的跳转地址begin-->
- <!--通用-->
- <forms loginUrl="~/Account/Login" timeout="2880" enableCrossAppRedirects="true" />
- <!--河北科大-->
- <!--<forms loginUrl="~/Account/NewLogin" timeout="2880" enableCrossAppRedirects="true" />-->
- <!--广中医-->
- <!--<forms loginUrl="~/Account/GZZYLogin" timeout="2880" enableCrossAppRedirects="true" />-->
- <!--配置登入系统后的跳转地址end-->
- </authentication>
- <pages controlRenderingCompatibilityVersion="4.0">
- <namespaces>
- <add namespace="System.Web.Helpers" />
- <add namespace="System.Web.Mvc" />
- <add namespace="System.Web.Mvc.Ajax" />
- <add namespace="System.Web.Mvc.Html" />
- <add namespace="System.Web.Optimization" />
- <add namespace="System.Web.Routing" />
- <add namespace="System.Web.WebPages" />
- </namespaces>
- </pages>
- <trust level="Full" originUrl="" />
- <!--<caching>
- <outputCacheSettings>
- <outputCacheProfiles>
- <add name="PublicOnly" duration="3600" location="Client"/>
- </outputCacheProfiles>
- </outputCacheSettings>
- </caching>-->
- <!--<sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" />-->
- </system.web>
- <system.web.extensions>
- <scripting>
- <webServices>
- <jsonSerialization maxJsonLength="500000000" />
- </webServices>
- </scripting>
- </system.web.extensions>
- <location path="Content">
- <system.webServer>
- <staticContent>
- <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="1.02:00:00" />
- <remove fileExtension=".zip" />
- <remove fileExtension=".rar" />
- <mimeMap fileExtension=".zip" mimeType="application/zip" />
- <mimeMap fileExtension=".rar" mimeType="application/octet-stream" />
- </staticContent>
- </system.webServer>
- </location>
- <location path="Scripts">
- <system.webServer>
- <staticContent>
- <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="1.02:00:00" />
- </staticContent>
- </system.webServer>
- </location>
- <system.webServer>
- <validation validateIntegratedModeConfiguration="false" />
- <modules runAllManagedModulesForAllRequests="true">
- <remove name="VerificationCodeModule" />
- <add name="VerificationCodeModule" type="Bowin.Common.VerificationCodeModule,Bowin.Common" />
- </modules>
- <handlers>
- <remove name="ReportViewerWebControlHandler" />
- <remove name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" />
- <remove name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" />
- <remove name="ExtensionlessUrlHandler-Integrated-4.0" />
- <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" />
- <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" />
- <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" />
- <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" />
- </handlers>
- <httpProtocol>
- <customHeaders>
- <clear />
- <add name="X-UA-Compatible" value="IE=8" />
- </customHeaders>
- </httpProtocol>
- <security>
- <requestFiltering>
- <requestLimits maxAllowedContentLength="2147483648" />
- </requestFiltering>
- </security>
- </system.webServer>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-3.5.0.0" newVersion="3.5.0.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="MySql.Data" publicKeyToken="c5687fc88969c44d" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-6.8.8.0" newVersion="6.8.8.0" />
- </dependentAssembly>
- <dependentAssembly>
- <publisherPolicy apply="no" />
- <assemblyIdentity name="Oracle.ManagedDataAccess" publicKeyToken="89b483f429c47342" culture="neutral" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
- <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
- <bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
- <entityFramework>
- <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
- <parameters>
- <parameter value="v11.0" />
- </parameters>
- </defaultConnectionFactory>
- <providers>
- <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
- <provider invariantName="MySql.Data.MySqlClient" type="MySql.Data.MySqlClient.MySqlProviderServices, MySql.Data.Entity.EF6, Version=6.8.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"></provider>
- <provider invariantName="Oracle.ManagedDataAccess.Client" type="Oracle.ManagedDataAccess.EntityFramework.EFOracleProviderServices, Oracle.ManagedDataAccess.EntityFramework, Version=6.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342" />
- </providers>
- </entityFramework>
- <oracle.manageddataaccess.client>
- <version number="*">
- <dataSources>
- <dataSource alias="SampleDataSource" descriptor="(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ORCL))) " />
- </dataSources>
- </version>
- </oracle.manageddataaccess.client>
-
- <fileUploadConfig>
- <add name="EMIS.CommonLogic.SupervisionManage.LessonRecordServices" value="LessonRecordAttachment" />
- <add name="EMIS.CommonLogic.SupervisionManage.ProjectRecordServices" value="ProjectRecordAttachment" />
- </fileUploadConfig>
- <system.serviceModel>
- <behaviors>
- <serviceBehaviors>
- <behavior name="">
- <serviceMetadata httpGetEnabled="true" />
- <serviceDebug includeExceptionDetailInFaults="false" />
- <dataContractSerializer maxItemsInObjectGraph="2147483647" />
- </behavior>
- </serviceBehaviors>
- <endpointBehaviors>
- <behavior>
- <webHttp helpEnabled="True" />
- </behavior>
- <behavior name="clientBehavior" />
- </endpointBehaviors>
- </behaviors>
- <protocolMapping>
- <add binding="webHttpBinding" scheme="http" />
- </protocolMapping>
- <serviceHostingEnvironment multipleSiteBindingsEnabled="true" aspNetCompatibilityEnabled="false" />
- <bindings>
- <customBinding>
- <binding name="customBinding">
- <binaryMessageEncoding>
- <readerQuotas maxArrayLength="2147483647" maxStringContentLength="2147483647" maxDepth="64" />
- </binaryMessageEncoding>
- <httpTransport maxReceivedMessageSize="2147483647" />
- </binding>
- </customBinding>
- <basicHttpBinding>
- <binding name="entreeSoap" openTimeout="01:00:00" closeTimeout="01:00:00" receiveTimeout="01:00:00" sendTimeout="01:00:00" textEncoding="utf-8" maxReceivedMessageSize="2147483647">
- <readerQuotas maxArrayLength="2147483647" maxStringContentLength="2147483647" maxDepth="64" />
- </binding>
- </basicHttpBinding>
- </bindings>
- <client>
- <!--工作流地址接入地址配置begin-->
- <!--普教开发环境-->
- <!--<endpoint address="http://192.168.0.66:8911/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
- <!--成教开发环境-->
- <!--<endpoint address="http://192.168.0.28:8014/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
- <!--本地测试环境-->
- <!--<endpoint address="http://localhost:8003/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
- <!--松山测试环境-->
- <endpoint address="http://192.168.0.66:8101/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />
- <!--广体测试环境-->
- <!--<endpoint address="http://192.168.0.66:8102/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
- <!--科大测试环境-->
- <!--<endpoint address="http://192.168.0.66:8103/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
- <!--工大测试环境-->
- <!--<endpoint address="http://192.168.0.66:8103/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
- <!--广中医测试环境-->
- <!--<endpoint address="http://192.168.0.66:8106/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
- <!--工作流地址接入地址配置end-->
- </client>
- </system.serviceModel>
- <location path="" overrideMode="Deny" />
- <location path="" overrideMode="Allow">
- <appSettings>
- <clear />
- <!--MVC组件配置begin-->
- <add key="webpages:Version" value="2.0.0.0" />
- <add key="webpages:Enabled" value="false" />
- <add key="PreserveLoginUrl" value="true" />
- <add key="ClientValidationEnabled" value="true" />
- <add key="UnobtrusiveJavaScriptEnabled" value="true" />
- <!--MVC组件配置end-->
- <!--登录信息cookies名配置begin-->
- <add key="logincookieName" value="EMISNew_Login" />
- <!--登录信息cookies名配置end-->
- <!--登录信息容器配置begin-->
- <add key="CustomPrincipanAssembly" value="EMIS.Utility" />
- <add key="CustomPrincipanClass" value="EMIS.Utility.FormValidate.CustomPrincipal" />
- <!--登录信息容器配置end-->
- <!--工作流接口账号密码配置begin-->
- <add key="sys_InsertingID" value="79972b0d414d44bd86d816d90114e79f" />
- <add key="sys_InsertingPwd" value="53BF01E20E464120B2A94543312C0F34" />
- <!--工作流接口账号密码配置end-->
- <!--上传文件路径配置begin-->
- <add key="FileUploadPath" value="~/Content/DownFile" />
- <!--上传文件路径配置begin-->
- <!--系统发件邮箱配置begin-->
- <add key="Mail_SMTPServer" value="smtp.126.com" />
- <add key="Mail_SMTPPort" value="25" />
- <add key="Mail_SMTPIsSSL" value="false" />
- <add key="Mail_Pop3Server" value="pop.126.com" />
- <add key="Mail_Pop3Port" value="110" />
- <add key="Mail_Pop3IsSSL" value="false" />
- <add key="Mail_UserName" value="jwcksk" />
- <add key="Mail_Password" value="jwc6502303" />
- <!--系统发件邮箱配置end-->
- <!--7Zip压缩/解压缩工具位置配置begin-->
- <add key="PathOf7Zip" value="bin\7z.exe" />
- <!--7Zip压缩/解压缩工具位置配置end-->
- <!--导入文件的储存地址、虚拟目录配置begin-->
- <add key="ImportFileVirtualFolder" value="/Content/DownFile/" />
- <!--导入文件的储存地址、虚拟目录配置end-->
- <!--配置是否自动关闭排课功能(0表示打开,1表示关闭)begin-->
- <add key="IsCloseSchedulingManage" value="0" />
- <!--配置是否自动关闭排课功能(0表示打开,1表示关闭)end-->
- <!--配置登出系统后的跳转地址begin-->
- <!--通用-->
- <add key="LogOffUrl" value="~/Account/Login" />
- <!--河北科大-->
- <!--<add key="LogOffUrl" value="~/Account/NewLogin" />
- <add key="LoginAction" value="NewLogin" />-->
- <!--广中医-->
- <!--<add key="LogOffUrl" value="~/Account/GZZYLogin" />
- <add key="LoginAction" value="GZZYLogin" />-->
- <!--配置登出系统后的跳转地址end-->
- <!--单点登录配置,各高校有所不同(0表示关闭,1表示打开)begin-->
- <add key="IsSSOLogin" value="0" />
- <add key="SSOHost" value="https://cas.dgut.edu.cn" />
- <add key="SSOAPPID" value="nextjwc" />
- <add key="SSOSecret" value="c4e3c333d5dd" />
- <!--单点登录配置end-->
- <!--报表服务器配置begin-->
- <!--普教开发环境-->
- <!--<add key="ReportServerUrl" value="http://192.168.0.66:8921/reportserver" />
- <add key="ReportServerUser" value="administrator" />
- <add key="ReportServerPass" value="Bow1n" />-->
- <!--成教开发环境-->
- <!--<add key="ReportServerUrl" value="http://192.168.0.29/reportserver" />
- <add key="ReportServerUser" value="administrator" />
- <add key="ReportServerPass" value="Bow1n" />-->
- <!--本地测试环境-->
- <!--<add key="ReportServerUrl" value="http://localhost:8014/ReportServer" />
- <add key="ReportServerUser" value="administrator" />
- <add key="ReportServerPass" value="Bow1n" />-->
- <!--松山开发环境-->
- <add key="ReportServerUrl" value="http://192.168.0.66:8303/ReportServer_LIOT" />
- <add key="ReportServerUser" value="administrator" />
- <add key="ReportServerPass" value="Bow1n" />
- <!--广体开发环境-->
- <!--<add key="ReportServerUrl" value="http://192.168.0.66:8202/reportserver" />
- <add key="ReportServerUser" value="administrator" />
- <add key="ReportServerPass" value="Bow1n" />-->
- <!--科大开发环境-->
- <!--<add key="ReportServerUrl" value="http://192.168.0.66:8203/reportserver" />
- <add key="ReportServerUser" value="administrator" />
- <add key="ReportServerPass" value="Bow1n" />-->
- <!--工大开发环境-->
- <!--<add key="ReportServerUrl" value="http://192.168.0.66:8204/reportserver" />
- <add key="ReportServerUser" value="administrator" />
- <add key="ReportServerPass" value="Bow1n" />-->
- <!--广中医开发环境-->
- <!--<add key="ReportServerUrl" value="http://192.168.0.66:8206/reportserver" />
- <add key="ReportServerUser" value="administrator" />
- <add key="ReportServerPass" value="Bow1n" />-->
- <!--报表服务器配置end-->
- <!--毕业日期配置begin-->
- <!--月(春季、上学期入学月)-->
- <add key="PlanningGraduateDateSpringMonth" value="1" />
- <!--日(春季、上学期入学日)-->
- <add key="PlanningGraduateDateSpringDay" value="30" />
- <!--月(秋季、下学期入学月)-->
- <add key="PlanningGraduateDateAutumnMonth" value="6" />
- <!--日(秋季、下学期入学日)-->
- <add key="PlanningGraduateDateAutumnDay" value="30" />
- <!--毕业日期配置end-->
- <!--入学学期配置begin(1表示春季、上学期,2表示秋季、下学期)-->
- <add key="GraduatingSemester" value="1" />
- <!--入学学期配置end-->
- <!--教学任务提交控制begin(0表示控制,1表示不控制)-->
- <add key="MissionClassCanSubmitNoTeacher" value="0" />
- <!--教学任务提交控制eng-->
- <!--生成学号总位数配置begin-->
- <add key="LoginIDTotal" value="12" />
- <!--生成学号总位数配置end-->
- <!-- 微信公众号URL对接信息 -->
- <add key="WeixinToken" value="chuangxin1234567chuangxin1234567" />
- <add key="WeixinEncodingAESKey" value="" />
- <!-- 高级接口信息 -->
- <add key="WeixinAppId" value="wx1932067a4e356125" />
- <add key="WeixinAppSecret" value="e9ad9550755af983703d97bb09c64c51" />
- <add key="MobileAppPath" value="MobileApp" />
- <add key="WxMp_NoticeTemplateID" value="-MTih-lt1ZeKtsCjSFqbZ7FkB9rH4ntP79nCrCqgHn4" />
- <!-- 微信支付V3 -->
- <add key="TenPayV3_MchId" value="1607504565" />
- <!--<add key="TenPayV3_Key" value="D2C7B8DE80C3401DB0F83D0C589F18CC" />-->
- <add key="TenPayV3_Key" value="Gdcxjyzxyxgs1990gdcxjyzxyxgs1990" />
- <add key="TenPayV3_AppId" value="wx1932067a4e356125" />
- <add key="TenPayV3_AppSecret" value="e9ad9550755af983703d97bb09c64c51" />
- <add key="TenPayV3_TenpayNotify" value="http://ksbm.gdcxxy.net/Weixin/PayNotify" />
- <!-- 微信公众号URL对接信息 --><!--
- <add key="WeixinToken" value="9044914217028e4e" />
- <add key="WeixinEncodingAESKey" value="T2NUOkC70PsL0TG7fnIaqlwLSkwjSudlArRhkucumA8" />
- --><!-- 高级接口信息 --><!--
- <add key="WeixinAppId" value="wx737c2a7879b897c1" />
- <add key="WeixinAppSecret" value="0d37c99bf2edd9ef3d839869bfa724ad" />
- <add key="MobileAppPath" value="MobileApp" />
- <add key="WxMp_NoticeTemplateID" value=""/>
- --><!-- 微信支付V3 --><!--
- <add key="TenPayV3_MchId" value="1603514462" />
- --><!--<add key="TenPayV3_Key" value="D2C7B8DE80C3401DB0F83D0C589F18CC" />--><!--
- <add key="TenPayV3_Key" value="11BCA2F1697B4C65B7016C5F5AB620BD" />
- <add key="TenPayV3_AppId" value="wx737c2a7879b897c1" />
- <add key="TenPayV3_AppSecret" value="0d37c99bf2edd9ef3d839869bfa724ad" />
- <add key="TenPayV3_TenpayNotify" value="http://liot.bowintek.com/Weixin/PayNotify" />-->
- </appSettings>
- </location>
- <system.data>
- <DbProviderFactories>
- <remove invariant="MySql.Data.MySqlClient" />
- <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" />
- <remove invariant="Oracle.ManagedDataAccess.Client" />
- <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" />
- </DbProviderFactories>
- </system.data></configuration>
- <!--ProjectGuid: {22249936-FF1B-41DC-B01B-857553C576A8}-->
|