智慧大脑
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

74 satır
4.2 KiB

  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. <section name="oracle.manageddataaccess.client" type="OracleInternal.Common.ODPMSectionHandler, Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342" />
  9. </configSections>
  10. <connectionStrings>
  11. <add name="ConnectOracle" connectionString="Data Source=ORCL;User Id=system;Password=Dieyu123;" providerName="System.Data.OracleClient" />
  12. </connectionStrings>
  13. <appSettings>
  14. <add key="webpages:Version" value="3.0.0.0" />
  15. <add key="webpages:Enabled" value="false" />
  16. <add key="ClientValidationEnabled" value="true" />
  17. <add key="UnobtrusiveJavaScriptEnabled" value="true" />
  18. <!--接口地址-->
  19. <add key="CYInsUrl" value="http://202.205.188.198:9000" />
  20. <!--客户标识-->
  21. <add key="CYClient_id" value="1" />
  22. <!--用户名-->
  23. <add key="CYUsername" value="cytjzzzxzyjyzx" />
  24. <!--密码-->
  25. <add key="CYPassword" value="zLsSOh1drDuXBas3" />
  26. <add key="UploadPathExcelDataFilePath" value="C:/Users/Administrator/Desktop/DataSendApi/DataSendApi/Upload/ExcelData" />
  27. <!--<add key="OracleConnectionString" value="Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.11.100)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)));Persist Security Info=True;User ID=system;Password=Dieyu123;" />-->
  28. <add key="OracleConnectionString" value="Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=123.56.128.91)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)));Persist Security Info=True;User ID=system;Password=Dieyu123;" />
  29. </appSettings>
  30. <system.web>
  31. <compilation debug="true" targetFramework="4.6.1" />
  32. <httpRuntime targetFramework="4.6.1" />
  33. </system.web>
  34. <runtime>
  35. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  36. <dependentAssembly>
  37. <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
  38. <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  39. </dependentAssembly>
  40. <dependentAssembly>
  41. <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
  42. <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  43. </dependentAssembly>
  44. <dependentAssembly>
  45. <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
  46. <bindingRedirect oldVersion="1.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
  47. </dependentAssembly>
  48. <dependentAssembly>
  49. <publisherPolicy apply="no" />
  50. <assemblyIdentity name="Oracle.ManagedDataAccess" publicKeyToken="89b483f429c47342" culture="neutral" />
  51. </dependentAssembly>
  52. </assemblyBinding>
  53. </runtime>
  54. <system.codedom>
  55. <compilers>
  56. <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701" />
  57. <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+" />
  58. </compilers>
  59. </system.codedom>
  60. <system.data>
  61. <DbProviderFactories>
  62. <remove invariant="Oracle.ManagedDataAccess.Client" />
  63. <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" />
  64. </DbProviderFactories>
  65. </system.data>
  66. <oracle.manageddataaccess.client>
  67. <version number="*">
  68. <dataSources>
  69. <dataSource alias="SampleDataSource" descriptor="(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ORCL))) " />
  70. </dataSources>
  71. </version>
  72. </oracle.manageddataaccess.client>
  73. </configuration>