Web.config 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  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="https://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="wsUsersCheckStatus" value="http://27.71.225.61:9989/api/userApi/usersCheckStatus/data" />
  53. <!--<add key="wsUsersCheckStatus" value="http://192.168.168.61:9201/unitel/api/userApi/usersCheckStatus/data" />-->
  54. <add key="wsUsersUpdateProfile" value="http://27.71.225.61:9989/api/userApi/usersUpdateProfile/data" />
  55. <add key="wsUsersGetProfile" value="http://27.71.225.61:9989/api/userApi/usersGetProfile/data" />
  56. <add key="wsUserGetListLike" value="http://27.71.225.61:9989/api/userApi/usersGetListLike/data" />
  57. <add key="wsUsersSearchProfile" value="http://27.71.225.61:9989/api/userApi/usersSeachProfile/data" />
  58. <add key="wsUsersChatSend" value="http://27.71.225.61:9989/api/userApi/usersChatSend/data" />
  59. <add key="wsUsersChatGet" value="http://27.71.225.61:9989/api/userApi/usersChatGet/data" />
  60. <add key="wsUsersChatDetailGet" value="http://27.71.225.61:9989/api/userApi/usersChatDetailGet/data" />
  61. <add key="wsUsersChatDetailUpCheck" value="http://27.71.225.61:9989/api/userApi/usersChatDetailUpCheck/data" />
  62. <add key="wsUsersChatDelete" value="http://27.71.225.61:9989/api/userApi/usersChatDelete/data" />
  63. <add key="wsUsersChatDetailDelete" value="http://27.71.225.61:9989/api/userApi/usersChatDetailDelete/data" />
  64. <add key="wsUsersMesageSend" value="http://27.71.225.61:9989/api/userApi/usersMesageSend/data" />
  65. <add key="wsUsersMesageGet" value="http://27.71.225.61:9989/api/userApi/usersMesageGet/data" />
  66. <add key="wsUsersMesageCheck" value="http://27.71.225.61:9989/api/userApi/usersMesageCheck/data" />
  67. <add key="wsUsersPicUpload" value="http://27.71.225.61:9989/api/userApi/usersPicUpload/data" />
  68. <add key="wsUsersPicGet" value="http://27.71.225.61:9989/api/userApi/usersPicGet/data" />
  69. <add key="wsUsersLikeUpdate" value="http://27.71.225.61:9989/api/userApi/usersLikeUpdate/data" />
  70. <add key="wsUsersGiftGetList" value="http://27.71.225.61:9989/api/userApi/usersGiftGetList/data" />
  71. <add key="wsUsersGiftSend" value="http://27.71.225.61:9989/api/userApi/usersGiftSend/data" />
  72. <add key="wsUsersGiftGetByUsers" value="http://27.71.225.61:9989/api/userApi/usersGiftGetByUsers/data" />
  73. <add key="wsUsersGetProvice" value="http://27.71.225.61:9989/api/userApi/usersGetProvice/data" />
  74. <add key="wsUsersGetInterests" value="http://27.71.225.61:9989/api/userApi/usersGetInterests/data" />
  75. <add key="wsUsersGetInterestsByUser" value="http://27.71.225.61:9989/api/userApi/usersGetInterestsByUser/data" />
  76. <add key="wsUsersInterestsUpdate" value="http://27.71.225.61:9989/api/userApi/usersInterestsUpdate/data" />
  77. <add key="wsUsersGetRanking" value="http://27.71.225.61:9989/api/userApi/wsUsersGetRanking/data" />
  78. <add key="usersRegister" value="http://27.71.225.61:9989/api/userApi/usersRegister/data" />
  79. <add key="mpsRequest" value="http://27.71.225.61:9989/api/subApi/mpsRequest/data" />
  80. <add key="getLessonOfCategory" value="http://27.71.225.61:9989/api/edu/getLessonOfCategory/data" />
  81. <add key="getContentOfVocabulary" value="http://27.71.225.61:9989/api/edu/getContentOfVocabulary/data" />
  82. <add key="getContentOfGrammar" value="http://27.71.225.61:9989/api/edu/getContentOfGrammar/data" />
  83. <add key="getContentOfListen" value="http://27.71.225.61:9989/api/edu/getContentOfListen/data" />
  84. <add key="buyCourse" value="http://27.71.225.61:9989/api/edu/buyCourse/data" />
  85. <add key="getContentOfQuestion" value="http://27.71.225.61:9989/api/edu/getContentOfQuestion/data" />
  86. <add key="getAnsweerOfQuestion" value="http://27.71.225.61:9989/api/edu/getAnsweerOfQuestion/data" />
  87. <add key="getCourseHis" value="http://27.71.225.61:9989/api/edu/getCourseHis/data" />
  88. <add key="getRanking" value="http://27.71.225.61:9989/api/edu/getRanking/data" />
  89. <add key="usersUpdateProfile" value="http://27.71.225.61:9989/api/userApi/usersUpdateProfile/data" />
  90. <add key="subGetListsubServiceCode" value="http://27.71.225.61:9989/api/subApi/subGetListsubServiceCode/data" />
  91. <add key="wsUsersUpdateCoin" value="http://27.71.225.61:9989/api/userApi/usersUpdateCoin/data" />
  92. <add key="wsChangeCoinToMoney" value="http://27.71.225.61:9989/api/userApi/ChangeCoinToMoney/data" />
  93. <add key="wsMpsRequest" value="http://27.71.225.61:9989/api/subApi/mpsRequest/data" />
  94. <add key="wsSubCheckStatus" value="http://27.71.225.61:9989/api/subApi/subCheckStatus/data" />
  95. <add key="wsSubSendMt" value="http://27.71.225.61:9989/api/subApi/subSendMt/data" />
  96. <add key="wsSubTopup" value="http://27.71.225.61:9989/api/subApi/subTopup/data" />
  97. <add key="wsSystemCharge" value="http://27.71.225.61:9989/api/systemApi/systemCharge/data" />
  98. <!--<add key="wsSubGetListsubServiceCode" value="http://27.71.225.61:9989/api/subApi/subGetListsubServiceCode/data" />-->
  99. <add key="wsUsersViewUpdate" value="http://27.71.225.61:9989/api/userApi/usersViewUpdate/data" />
  100. <add key="wsNewsWebGetList" value="http://27.71.225.61:9989/api/newsWeb/GetList/data" />
  101. <add key="wsNewsWebUpdate" value="http://27.71.225.61:9989/api/newsWeb/Update/data" />
  102. <add key="wsNewsWebInsert" value="http://27.71.225.61:9989/api/newsWeb/Insert/data" />
  103. <add key="wsNewsSmsGetList" value="http://27.71.225.61:9989/api/newsSms/GetList/data" />
  104. <add key="wsNewsSmsUpdate" value="http://27.71.225.61:9989/api/newsSms/Update/data" />
  105. <add key="wsNewsSmsInsert" value="http://27.71.225.61:9989/api/newsSms/Insert/data" />
  106. <add key="getHfDatabyParentId" value="http://127.0.0.1:6000/api/HfData/getByParentId" />
  107. <add key="getHfDatabyId" value="http://127.0.0.1:6000/api/HfData/getById" />
  108. <add key="uniIdLogin" value="http://uid.com.la:9998/credentials/sign-in/oauth/consent" />
  109. <add key="uniIdVerifier" value="https://uid.com.la:9998/users/verifier" />
  110. <add key="uniIdUsers" value="https://uid.com.la:9998/users" />
  111. <add key="clientId" value="e0f8cd44-04e1-4568-b8cd-4404e12568ec" />
  112. <add key="secretKey" value="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoiQUQtMTYxNjk4OTM0MiIsImlhdCI6MTY4NzI0Njc3MSwiY2xpZW50X2lkIjoiZTBmOGNkNDQtMDRlMS00NTY4LWI4Y2QtNDQwNGUxMjU2OGVjIn0.5vs6FNekoigG0aFSYHLHONJQTtze5RJqM9WkWBm5xaQ" />
  113. <add key="redirectUri" value="https://ustudy.la/Account/LoginSuccess" />
  114. </appSettings>
  115. <!--
  116. For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
  117. The following attributes can be set on the <httpRuntime> tag.
  118. <system.Web>
  119. <httpRuntime targetFramework="4.5.1" />
  120. </system.Web>
  121. -->
  122. <log4net debug="true">
  123. <appender name="RollingLogFileAppender" type="log4net.Appender.RollingFileAppender">
  124. <file value="E:\\log\\full.txt" />
  125. <appendToFile value="true" />
  126. <rollingStyle value="Size" />
  127. <maxSizeRollBackups value="10" />
  128. <maximumFileSize value="100KB" />
  129. <staticLogFileName value="true" />
  130. <layout type="log4net.Layout.PatternLayout">
  131. <conversionPattern value="%-5p %d %5rms %-22.22c{1} %-18.18M - %m%n" />
  132. </layout>
  133. </appender>
  134. <root>
  135. <level value="DEBUG" />
  136. <appender-ref ref="RollingLogFileAppender" />
  137. </root>
  138. </log4net>
  139. <system.web>
  140. <compilation debug="true" targetFramework="4.6" />
  141. <httpRuntime targetFramework="4.5.1" />
  142. <customErrors mode="On" defaultRedirect="~/Common/Error" />
  143. </system.web>
  144. <runtime>
  145. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  146. <dependentAssembly>
  147. <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" />
  148. <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />
  149. </dependentAssembly>
  150. <dependentAssembly>
  151. <assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" />
  152. <bindingRedirect oldVersion="0.0.0.0-4.0.2.1" newVersion="4.0.2.1" />
  153. </dependentAssembly>
  154. <dependentAssembly>
  155. <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
  156. <bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
  157. </dependentAssembly>
  158. <dependentAssembly>
  159. <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
  160. <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
  161. </dependentAssembly>
  162. <dependentAssembly>
  163. <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
  164. <bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
  165. </dependentAssembly>
  166. <dependentAssembly>
  167. <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
  168. <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  169. </dependentAssembly>
  170. <dependentAssembly>
  171. <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
  172. <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  173. </dependentAssembly>
  174. <dependentAssembly>
  175. <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
  176. <bindingRedirect oldVersion="1.0.0.0-5.2.4.0" newVersion="5.2.4.0" />
  177. </dependentAssembly>
  178. <dependentAssembly>
  179. <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  180. <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
  181. </dependentAssembly>
  182. <dependentAssembly>
  183. <assemblyIdentity name="Microsoft.Win32.Registry" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  184. <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
  185. </dependentAssembly>
  186. <dependentAssembly>
  187. <assemblyIdentity name="System.Net.Sockets" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  188. <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
  189. </dependentAssembly>
  190. <dependentAssembly>
  191. <assemblyIdentity name="System.IO.FileSystem" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  192. <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
  193. </dependentAssembly>
  194. <dependentAssembly>
  195. <assemblyIdentity name="System.IO.FileSystem.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  196. <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
  197. </dependentAssembly>
  198. <dependentAssembly>
  199. <assemblyIdentity name="System.Data.Common" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  200. <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
  201. </dependentAssembly>
  202. <dependentAssembly>
  203. <assemblyIdentity name="System.Collections.NonGeneric" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  204. <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
  205. </dependentAssembly>
  206. <dependentAssembly>
  207. <assemblyIdentity name="System.ComponentModel.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  208. <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
  209. </dependentAssembly>
  210. <dependentAssembly>
  211. <assemblyIdentity name="System.Threading.Thread" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  212. <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
  213. </dependentAssembly>
  214. <dependentAssembly>
  215. <assemblyIdentity name="System.Collections.Specialized" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  216. <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
  217. </dependentAssembly>
  218. <dependentAssembly>
  219. <assemblyIdentity name="System.Diagnostics.TraceSource" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  220. <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
  221. </dependentAssembly>
  222. <dependentAssembly>
  223. <assemblyIdentity name="System.Security.Cryptography.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  224. <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
  225. </dependentAssembly>
  226. <dependentAssembly>
  227. <assemblyIdentity name="System.Security.Cryptography.Csp" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  228. <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
  229. </dependentAssembly>
  230. <dependentAssembly>
  231. <assemblyIdentity name="System.Diagnostics.FileVersionInfo" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  232. <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
  233. </dependentAssembly>
  234. <dependentAssembly>
  235. <assemblyIdentity name="System.Xml.XmlDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  236. <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
  237. </dependentAssembly>
  238. <dependentAssembly>
  239. <assemblyIdentity name="Microsoft.Win32.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  240. <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
  241. </dependentAssembly>
  242. <dependentAssembly>
  243. <assemblyIdentity name="System.Net.NameResolution" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  244. <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
  245. </dependentAssembly>
  246. <dependentAssembly>
  247. <assemblyIdentity name="Devart.Data.Oracle" publicKeyToken="09af7300eec23701" culture="neutral" />
  248. <bindingRedirect oldVersion="0.0.0.0-9.0.17.0" newVersion="9.0.17.0" />
  249. </dependentAssembly>
  250. <dependentAssembly>
  251. <assemblyIdentity name="Microsoft.Extensions.Primitives" publicKeyToken="adb9793829ddae60" culture="neutral" />
  252. <bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
  253. </dependentAssembly>
  254. </assemblyBinding>
  255. </runtime>
  256. <system.webServer>
  257. <modules runAllManagedModulesForAllRequests="true">
  258. <remove name="TelemetryCorrelationHttpModule" />
  259. <add name="TelemetryCorrelationHttpModule" type="Microsoft.AspNet.TelemetryCorrelation.TelemetryCorrelationHttpModule, Microsoft.AspNet.TelemetryCorrelation" preCondition="integratedMode,managedHandler" />
  260. </modules>
  261. </system.webServer>
  262. <system.serviceModel>
  263. <bindings>
  264. <basicHttpBinding>
  265. <binding name="WsNEduPortBinding" maxBufferSize="2147483647"
  266. maxReceivedMessageSize="2147483647" />
  267. <binding name="ExtendedMaxSize" maxBufferSize="999999" maxReceivedMessageSize="999999" />
  268. <binding name="WsGenKeyPortBinding" />
  269. </basicHttpBinding>
  270. </bindings>
  271. <client>
  272. <endpoint address="http://27.71.225.61:8088/WsNEdu" binding="basicHttpBinding"
  273. bindingConfiguration="WsNEduPortBinding" contract="NEduService.WsNEdu"
  274. name="WsNEduPort" />
  275. <endpoint address="http://localhost:8788/ws/server" binding="basicHttpBinding"
  276. bindingConfiguration="WsGenKeyPortBinding" contract="GenKeyWs.WsGenKey"
  277. name="WsGenKeyPort" />
  278. </client>
  279. </system.serviceModel>
  280. <entityFramework>
  281. <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
  282. <parameters>
  283. <parameter value="mssqllocaldb" />
  284. </parameters>
  285. </defaultConnectionFactory>
  286. <providers>
  287. <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
  288. </providers>
  289. </entityFramework>
  290. <system.data>
  291. <DbProviderFactories>
  292. <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" />
  293. </DbProviderFactories>
  294. </system.data>
  295. <!--<providers>
  296. <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
  297. <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" />
  298. </providers>-->
  299. <system.codedom>
  300. <compilers>
  301. <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" />
  302. <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+" />
  303. </compilers>
  304. </system.codedom>
  305. </configuration>