12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" encoding="utf-8"?>
- <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" />
- </configSections>
- <connectionStrings>
- <add name="EMISNewContext" providerName="System.Data.SqlClient" connectionString="Data Source=.;Initial Catalog=GDCX.Exam;Persist Security Info=True;User ID=sa;Password=sqlGDCXxy2020!@#$;Pooling=True;Max Pool Size=10000;" />
- <add name="HRServiceContextContainer" providerName="System.Data.SqlClient" connectionString="Data Source=.;Initial Catalog=Emis.HRService;Persist Security Info=True;User ID=sa;Password=sqlGDCXxy2020!@#$;Pooling=True;Max Pool Size=10000;" />
- <add name="EMISNewLogContext" providerName="System.Data.SqlClient" connectionString="Data Source=.;Initial Catalog=GDCX.ExamLog;Persist Security Info=True;User ID=sa;Password=sqlGDCXxy2020!@#$;Pooling=True;Max Pool Size=10000;" />
- </connectionStrings>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <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="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-3.5.0.0" newVersion="3.5.0.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Web.Razor" publicKeyToken="31bf3856ad364e35" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Web.WebPages.Razor" publicKeyToken="31bf3856ad364e35" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.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" />
- </providers>
- </entityFramework>
- <appSettings>
- <!-- 微信公众号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" />
- </appSettings>
- <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /></startup></configuration>
|