Web.config 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. For more information on how to configure your ASP.NET application, please visit
  4. https://go.microsoft.com/fwlink/?LinkId=301880
  5. -->
  6. <configuration>
  7. <!--<configSections>
  8. -->
  9. <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
  10. <!--
  11. <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  12. </configSections>-->
  13. <!--<providers>
  14. <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
  15. </providers>-->
  16. <configSections>
  17. <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
  18. <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
  19. <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  20. </configSections>
  21. <!--<add name="DefaultConnection" connectionString="User Id=homefitness;Password=HomeFitness123;Data Source=Ora;" providerName="Devart.Data.Oracle" />-->
  22. <!-- 27.71.225.61 -->
  23. <appSettings>
  24. <add key="GoogleCaptcha" value="6LcBaa8ZAAAAAAj5riz5GZcuGhbZ6LUAUsck3iKC" />
  25. <add key="timeAnswer" value="20" />
  26. <add key="webpages:Version" value="3.0.0.0" />
  27. <add key="webpages:Enabled" value="false" />
  28. <add key="ClientValidationEnabled" value="true" />
  29. <add key="UnobtrusiveJavaScriptEnabled" value="true" />
  30. <add key="wsUser" value="gameportal" />
  31. <add key="wsPassword" value="portal#123" />
  32. <add key="wsUrl1" value="http://27.71.225.61:8088/WsNEdu?wsdl" />
  33. <add key="wsUrl2" value="http://27.71.225.61:8088/WsNEdu?wsdl" />
  34. <add key="service_id" value="3" />
  35. <add key="country_code" value="855" />
  36. <add key="paymentUrl" value="http://paymentgateway.metfone.com.kh/MPS/" />
  37. <add key="domainRes" value="http://medu.metfone.com.kh" />
  38. <add key="packname" value="GTS_MEDU_Daily" />
  39. <add key="packNameREGISTER_ToBe" value="MEDU_DAILY_REGISTER" />
  40. <add key="packNameCannel_ToBe" value="MEDU_DAILY_CANCEL" />
  41. <add key="questionTimeout" value="15" />
  42. <add key="fee" value="100000" />
  43. <!--<add key="directoryPath" value="D:\MEdu\MEDU_DUCNT\Service\key\GTS_MEDU_Daily" />-->
  44. <add key="directoryPath" value="E:\Code\MEDU\GTS_MEDU_Daily\" />
  45. <add key="wsGetMiniGameCondition" value="http://27.71.225.61:9989/api/edu/getMiniGameCondition/data" />
  46. <add key="GetRankMiniGame" value="http://27.71.225.61:9989/api/edu/getMiniGameListWinner/data" />
  47. <!--CamID-->
  48. <add key="pathDetectUser" value="https://openid.camid.app/camid-auth/gts/api/v1/partner/user-profile" />
  49. <add key="accessToken" value="eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJndHMiLCJwYXJ0bmVyQ29kZSI6Imd0cyIsImFwaUtleSI6ImNkN2FiMmU3ZmE2YTU2NTExNzVmMDMwOWM5ZGQ2ZTI5IiwiZXhwIjoyMDI0MjkxMzU5LCJpYXQiOjE3MDg5MzEzNTl9.cyRX2Dhb7S6pcx14-SokPtSQ5RvWW2rhPlgmFOnthVN9dEL-f6QHBxE6tVRq2XQgXGw6rwi9PccUib14UPzEUw" />
  50. <!--<add key="pathDetectUser" value="https://openid.altek.com.vn:8125/camid-auth/funtap/api/v1/partner/user-profile" />
  51. <add key="accessToken" value="eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJmdW50YXAiLCJwYXJ0bmVyQ29kZSI6ImZ1bnRhcCIsImFwaUtleSI6IjBjOTlkNjAxMzVmMGIzOTViYjExM2IxYWUyNTc4YmFkIiwiZXhwIjoyMDM2ODAxMDQyLCJpYXQiOjE3MjE0NDEwNDJ9.eMT2q-uZQf_EtX4Jt9JuFl91vr91MnA6DycAasHf1QmZJn_5SsYp1MWipEmilCRFskFEwo5FzI868EjILPpflA" />-->
  52. <add key="wsCheckTransaction" value="https://apigw.camid.app/CoreService/UserRouting" />
  53. <!--<add key="wsCheckTransaction" value="https://apigwcamid.altek.com.vn:8123/ApiGateway/CoreService/UserRouting" />-->
  54. <add key="wsUsersCheckStatus" value="http://27.71.225.61:9989/api/userApi/usersCheckStatus/data" />
  55. <add key="usersSetLanguage" value="http://27.71.225.61:9989/api/userApi/usersSetLanguage/data" />
  56. <!--<add key="wsUsersCheckStatus" value="http://192.168.168.61:9201/unitel/api/userApi/usersCheckStatus/data" />-->
  57. <add key="wsUsersUpdateProfile" value="http://27.71.225.61:9989/api/userApi/usersUpdateProfile/data" />
  58. <add key="wsUsersGetProfile" value="http://27.71.225.61:9989/api/userApi/usersGetProfile/data" />
  59. <add key="wsUserGetListLike" value="http://27.71.225.61:9989/api/userApi/usersGetListLike/data" />
  60. <add key="wsUsersSearchProfile" value="http://27.71.225.61:9989/api/userApi/usersSeachProfile/data" />
  61. <add key="wsUsersChatSend" value="http://27.71.225.61:9989/api/userApi/usersChatSend/data" />
  62. <add key="wsUsersChatGet" value="http://27.71.225.61:9989/api/userApi/usersChatGet/data" />
  63. <add key="wsUsersChatDetailGet" value="http://27.71.225.61:9989/api/userApi/usersChatDetailGet/data" />
  64. <add key="wsUsersChatDetailUpCheck" value="http://27.71.225.61:9989/api/userApi/usersChatDetailUpCheck/data" />
  65. <add key="wsUsersChatDelete" value="http://27.71.225.61:9989/api/userApi/usersChatDelete/data" />
  66. <add key="wsUsersChatDetailDelete" value="http://27.71.225.61:9989/api/userApi/usersChatDetailDelete/data" />
  67. <add key="wsUsersMesageSend" value="http://27.71.225.61:9989/api/userApi/usersMesageSend/data" />
  68. <add key="wsUsersMesageGet" value="http://27.71.225.61:9989/api/userApi/usersMesageGet/data" />
  69. <add key="wsUsersMesageCheck" value="http://27.71.225.61:9989/api/userApi/usersMesageCheck/data" />
  70. <add key="wsUsersPicUpload" value="http://27.71.225.61:9989/api/userApi/usersPicUpload/data" />
  71. <add key="wsUsersPicGet" value="http://27.71.225.61:9989/api/userApi/usersPicGet/data" />
  72. <add key="wsUsersLikeUpdate" value="http://27.71.225.61:9989/api/userApi/usersLikeUpdate/data" />
  73. <add key="wsUsersGiftGetList" value="http://27.71.225.61:9989/api/userApi/usersGiftGetList/data" />
  74. <add key="wsUsersGiftSend" value="http://27.71.225.61:9989/api/userApi/usersGiftSend/data" />
  75. <add key="wsUsersGiftGetByUsers" value="http://27.71.225.61:9989/api/userApi/usersGiftGetByUsers/data" />
  76. <add key="wsUsersGetProvice" value="http://27.71.225.61:9989/api/userApi/usersGetProvice/data" />
  77. <add key="wsUsersGetInterests" value="http://27.71.225.61:9989/api/userApi/usersGetInterests/data" />
  78. <add key="wsUsersGetInterestsByUser" value="http://27.71.225.61:9989/api/userApi/usersGetInterestsByUser/data" />
  79. <add key="wsUsersInterestsUpdate" value="http://27.71.225.61:9989/api/userApi/usersInterestsUpdate/data" />
  80. <add key="wsUsersGetRanking" value="http://27.71.225.61:9989/api/userApi/wsUsersGetRanking/data" />
  81. <add key="usersRegister" value="http://27.71.225.61:9989/api/userApi/usersRegister/data" />
  82. <add key="mpsRequest" value="http://27.71.225.61:9989/api/subApi/mpsRequest/data" />
  83. <add key="getLessonOfCategory" value="http://27.71.225.61:9989/api/edu/getLessonOfCategory/data" />
  84. <add key="getContentOfVocabulary" value="http://27.71.225.61:9989/api/edu/getContentOfVocabulary/data" />
  85. <add key="getContentOfGrammar" value="http://27.71.225.61:9989/api/edu/getContentOfGrammar/data" />
  86. <add key="getContentOfListen" value="http://27.71.225.61:9989/api/edu/getContentOfListen/data" />
  87. <add key="buyCourse" value="http://27.71.225.61:9989/api/edu/buyCourse/data" />
  88. <add key="getContentOfQuestion" value="http://27.71.225.61:9989/api/edu/getContentOfQuestion/data" />
  89. <add key="getAnsweerOfQuestion" value="http://27.71.225.61:9989/api/edu/getAnsweerOfQuestion/data" />
  90. <add key="getCourseHis" value="http://27.71.225.61:9989/api/edu/getCourseHis/data" />
  91. <add key="getRanking" value="http://27.71.225.61:9989/api/edu/getRanking/data" />
  92. <add key="usersUpdateProfile" value="http://27.71.225.61:9989/api/userApi/usersUpdateProfile/data" />
  93. <add key="subGetListsubServiceCode" value="http://27.71.225.61:9989/api/subApi/subGetListsubServiceCode/data" />
  94. <add key="wsUsersUpdateCoin" value="http://27.71.225.61:9989/api/userApi/usersUpdateCoin/data" />
  95. <add key="wsChangeCoinToMoney" value="http://27.71.225.61:9989/api/userApi/ChangeCoinToMoney/data" />
  96. <add key="wsMpsRequest" value="http://27.71.225.61:9989/api/subApi/mpsRequest/data" />
  97. <add key="wsSubCheckStatus" value="http://27.71.225.61:9989/api/subApi/subCheckStatus/data" />
  98. <add key="wsSubSendMt" value="http://27.71.225.61:9989/api/subApi/subSendMt/data" />
  99. <add key="wsSubTopup" value="http://27.71.225.61:9989/api/subApi/subTopup/data" />
  100. <add key="wsSystemCharge" value="http://27.71.225.61:9989/api/systemApi/systemCharge/data" />
  101. <!--<add key="wsSubGetListsubServiceCode" value="http://27.71.225.61:9989/api/subApi/subGetListsubServiceCode/data" />-->
  102. <add key="wsUsersViewUpdate" value="http://27.71.225.61:9989/api/userApi/usersViewUpdate/data" />
  103. <add key="wsNewsWebGetList" value="http://27.71.225.61:9989/api/newsWeb/GetList/data" />
  104. <add key="wsNewsWebUpdate" value="http://27.71.225.61:9989/api/newsWeb/Update/data" />
  105. <add key="wsNewsWebInsert" value="http://27.71.225.61:9989/api/newsWeb/Insert/data" />
  106. <add key="wsNewsSmsGetList" value="http://27.71.225.61:9989/api/newsSms/GetList/data" />
  107. <add key="wsNewsSmsUpdate" value="http://27.71.225.61:9989/api/newsSms/Update/data" />
  108. <add key="wsNewsSmsInsert" value="http://27.71.225.61:9989/api/newsSms/Insert/data" />
  109. <add key="getHfDatabyParentId" value="http://127.0.0.1:6000/api/HfData/getByParentId" />
  110. <add key="getHfDatabyId" value="http://127.0.0.1:6000/api/HfData/getById" />
  111. <add key="uniIdLogin" value="http://uid.com.la:9998/credentials/sign-in/oauth/consent" />
  112. <add key="uniIdVerifier" value="https://uid.com.la:9998/users/verifier" />
  113. <add key="uniIdUsers" value="https://uid.com.la:9998/users" />
  114. <add key="clientId" value="e0f8cd44-04e1-4568-b8cd-4404e12568ec" />
  115. <add key="secretKey" value="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoiQUQtMTYxNjk4OTM0MiIsImlhdCI6MTY4NzI0Njc3MSwiY2xpZW50X2lkIjoiZTBmOGNkNDQtMDRlMS00NTY4LWI4Y2QtNDQwNGUxMjU2OGVjIn0.5vs6FNekoigG0aFSYHLHONJQTtze5RJqM9WkWBm5xaQ" />
  116. <add key="redirectUri" value="https://ustudy.la/Account/LoginSuccess" />
  117. </appSettings>
  118. <!--
  119. For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
  120. The following attributes can be set on the <httpRuntime> tag.
  121. <system.Web>
  122. <httpRuntime targetFramework="4.5.1" />
  123. </system.Web>
  124. -->
  125. <log4net debug="true">
  126. <appender name="RollingLogFileAppender" type="log4net.Appender.RollingFileAppender">
  127. <file value="E:\\log\\full.txt" />
  128. <appendToFile value="true" />
  129. <rollingStyle value="Size" />
  130. <maxSizeRollBackups value="10" />
  131. <maximumFileSize value="100KB" />
  132. <staticLogFileName value="true" />
  133. <layout type="log4net.Layout.PatternLayout">
  134. <conversionPattern value="%-5p %d %5rms %-22.22c{1} %-18.18M - %m%n" />
  135. </layout>
  136. </appender>
  137. <root>
  138. <level value="DEBUG" />
  139. <appender-ref ref="RollingLogFileAppender" />
  140. </root>
  141. </log4net>
  142. <system.web>
  143. <compilation debug="true" targetFramework="4.6" />
  144. <httpRuntime targetFramework="4.5.1" />
  145. <customErrors mode="Off" defaultRedirect="~/Common/Error" />
  146. </system.web>
  147. <runtime>
  148. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  149. <dependentAssembly>
  150. <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" />
  151. <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />
  152. </dependentAssembly>
  153. <dependentAssembly>
  154. <assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" />
  155. <bindingRedirect oldVersion="0.0.0.0-4.0.2.1" newVersion="4.0.2.1" />
  156. </dependentAssembly>
  157. <dependentAssembly>
  158. <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
  159. <bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
  160. </dependentAssembly>
  161. <dependentAssembly>
  162. <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
  163. <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
  164. </dependentAssembly>
  165. <dependentAssembly>
  166. <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
  167. <bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
  168. </dependentAssembly>
  169. <dependentAssembly>
  170. <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
  171. <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  172. </dependentAssembly>
  173. <dependentAssembly>
  174. <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
  175. <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  176. </dependentAssembly>
  177. <dependentAssembly>
  178. <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
  179. <bindingRedirect oldVersion="1.0.0.0-5.2.4.0" newVersion="5.2.4.0" />
  180. </dependentAssembly>
  181. <dependentAssembly>
  182. <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  183. <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
  184. </dependentAssembly>
  185. <dependentAssembly>
  186. <assemblyIdentity name="Microsoft.Win32.Registry" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  187. <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
  188. </dependentAssembly>
  189. <dependentAssembly>
  190. <assemblyIdentity name="System.Net.Sockets" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  191. <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
  192. </dependentAssembly>
  193. <dependentAssembly>
  194. <assemblyIdentity name="System.IO.FileSystem" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  195. <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
  196. </dependentAssembly>
  197. <dependentAssembly>
  198. <assemblyIdentity name="System.IO.FileSystem.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  199. <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
  200. </dependentAssembly>
  201. <dependentAssembly>
  202. <assemblyIdentity name="System.Data.Common" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  203. <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
  204. </dependentAssembly>
  205. <dependentAssembly>
  206. <assemblyIdentity name="System.Collections.NonGeneric" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  207. <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
  208. </dependentAssembly>
  209. <dependentAssembly>
  210. <assemblyIdentity name="System.ComponentModel.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  211. <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
  212. </dependentAssembly>
  213. <dependentAssembly>
  214. <assemblyIdentity name="System.Threading.Thread" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  215. <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
  216. </dependentAssembly>
  217. <dependentAssembly>
  218. <assemblyIdentity name="System.Collections.Specialized" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  219. <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
  220. </dependentAssembly>
  221. <dependentAssembly>
  222. <assemblyIdentity name="System.Diagnostics.TraceSource" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  223. <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
  224. </dependentAssembly>
  225. <dependentAssembly>
  226. <assemblyIdentity name="System.Security.Cryptography.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  227. <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
  228. </dependentAssembly>
  229. <dependentAssembly>
  230. <assemblyIdentity name="System.Security.Cryptography.Csp" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  231. <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
  232. </dependentAssembly>
  233. <dependentAssembly>
  234. <assemblyIdentity name="System.Diagnostics.FileVersionInfo" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  235. <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
  236. </dependentAssembly>
  237. <dependentAssembly>
  238. <assemblyIdentity name="System.Xml.XmlDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  239. <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
  240. </dependentAssembly>
  241. <dependentAssembly>
  242. <assemblyIdentity name="Microsoft.Win32.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  243. <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
  244. </dependentAssembly>
  245. <dependentAssembly>
  246. <assemblyIdentity name="System.Net.NameResolution" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  247. <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
  248. </dependentAssembly>
  249. <dependentAssembly>
  250. <assemblyIdentity name="Devart.Data.Oracle" publicKeyToken="09af7300eec23701" culture="neutral" />
  251. <bindingRedirect oldVersion="0.0.0.0-9.0.17.0" newVersion="9.0.17.0" />
  252. </dependentAssembly>
  253. <dependentAssembly>
  254. <assemblyIdentity name="Microsoft.Extensions.Primitives" publicKeyToken="adb9793829ddae60" culture="neutral" />
  255. <bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
  256. </dependentAssembly>
  257. </assemblyBinding>
  258. </runtime>
  259. <system.webServer>
  260. <modules runAllManagedModulesForAllRequests="true">
  261. <remove name="TelemetryCorrelationHttpModule" />
  262. <add name="TelemetryCorrelationHttpModule" type="Microsoft.AspNet.TelemetryCorrelation.TelemetryCorrelationHttpModule, Microsoft.AspNet.TelemetryCorrelation" preCondition="integratedMode,managedHandler" />
  263. </modules>
  264. </system.webServer>
  265. <system.serviceModel>
  266. <bindings>
  267. <basicHttpBinding>
  268. <binding name="WsNEduPortBinding" maxBufferSize="2147483647"
  269. maxReceivedMessageSize="2147483647" />
  270. <binding name="ExtendedMaxSize" maxBufferSize="999999" maxReceivedMessageSize="999999" />
  271. <binding name="WsGenKeyPortBinding" />
  272. </basicHttpBinding>
  273. </bindings>
  274. <client>
  275. <endpoint address="http://27.71.225.61:8088/WsNEdu" binding="basicHttpBinding"
  276. bindingConfiguration="WsNEduPortBinding" contract="NEduService.WsNEdu"
  277. name="WsNEduPort" />
  278. <endpoint address="http://localhost:8788/ws/server" binding="basicHttpBinding"
  279. bindingConfiguration="WsGenKeyPortBinding" contract="GenKeyWs.WsGenKey"
  280. name="WsGenKeyPort" />
  281. </client>
  282. </system.serviceModel>
  283. <entityFramework>
  284. <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
  285. <parameters>
  286. <parameter value="mssqllocaldb" />
  287. </parameters>
  288. </defaultConnectionFactory>
  289. <providers>
  290. <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
  291. </providers>
  292. </entityFramework>
  293. <system.data>
  294. <DbProviderFactories>
  295. <add name="dotConnect for Oracle" invariant="Devart.Data.Oracle" description="Devart dotConnect for Oracle" type="Devart.Data.Oracle.OracleProviderFactory, Devart.Data.Oracle, Version=9.16.1434.0, Culture=neutral, PublicKeyToken=09af7300eec23701" />
  296. </DbProviderFactories>
  297. </system.data>
  298. <!--<providers>
  299. <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
  300. <provider invariantName="Devart.Data.Oracle" type="Devart.Data.Oracle.Entity.OracleEntityProviderServices, Devart.Data.Oracle.Entity.EF6, Version=8.4.215.0, Culture=neutral, PublicKeyToken=09af7300eec23701" />
  301. </providers>-->
  302. <system.codedom>
  303. <compilers>
  304. <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701" />
  305. <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+" />
  306. </compilers>
  307. </system.codedom>
  308. </configuration>