You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

131 lines
7.3 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  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=169433
  5. -->
  6. <configuration>
  7. <configSections>
  8. <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
  9. <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  10. </configSections>
  11. <connectionStrings>
  12. <!--<add name="dbConnection" connectionString="server=10.1.1.41;Database=FastMoneyPro_Remit;uid=fastmoney;pwd=fastmoney#999!;" providerName="System.Data.SqlClient" />
  13. <add name="LOGDB" connectionString="server=10.1.1.41;Database=LogDb;uid=fastmoney;pwd=fastmoney#999!;" providerName="System.Data.SqlClient" />-->
  14. <!--<add name="dbConnection" connectionString="server=192.168.27.51;Database=FastMoneyPro_Remit;uid=Support;pwd=P@ssw0rd@321!;" providerName="System.Data.SqlClient" />
  15. <add name="LOGDB" connectionString="server=192.168.27.51;Database=LogDb;uid=fastmoney;pwd=fastmoney#999!;" providerName="System.Data.SqlClient" />-->
  16. <add name="dbConnection" connectionString="server=34.92.161.102;Database=FastMoneyPro_Remit;uid=remituserjme;pwd=r3M!tU5Er@jM3r3Mit#?;" providerName="System.Data.SqlClient" />
  17. <add name="LOGDB" connectionString="server=34.92.161.102;Database=LogDb;uid=remituserjme;pwd=r3M!tU5Er@jM3r3Mit#?;" providerName="System.Data.SqlClient" />
  18. </connectionStrings>
  19. <system.web>
  20. <authentication mode="None" />
  21. <compilation debug="true" targetFramework="4.6.1" />
  22. <httpRuntime targetFramework="4.6.1" />
  23. <pages>
  24. <namespaces>
  25. <add namespace="System.Web.Optimization" />
  26. <add namespace="Microsoft.AspNet.Identity" />
  27. </namespaces>
  28. <controls>
  29. <add assembly="Microsoft.AspNet.Web.Optimization.WebForms" namespace="Microsoft.AspNet.Web.Optimization.WebForms" tagPrefix="webopt" />
  30. </controls>
  31. </pages>
  32. <membership>
  33. <providers>
  34. <!--
  35. ASP.NET Membership is disabled in this template. Please visit the following link https://go.microsoft.com/fwlink/?LinkId=301889 to learn about the ASP.NET Membership support in this template
  36. -->
  37. <clear />
  38. </providers>
  39. </membership>
  40. <profile>
  41. <providers>
  42. <!--
  43. ASP.NET Membership Profile is disabled in this template. Please visit the following link https://go.microsoft.com/fwlink/?LinkId=301889 to learn about the ASP.NET Membership support in this template
  44. -->
  45. <clear />
  46. </providers>
  47. </profile>
  48. <roleManager>
  49. <!--
  50. ASP.NET Membership Role is disabled in this template. Please visit the following link https://go.microsoft.com/fwlink/?LinkId=301889 to learn about the ASP.NET Membership support in this template
  51. -->
  52. <providers>
  53. <clear />
  54. </providers>
  55. </roleManager>
  56. <!--
  57. If you are deploying to a cloud environment that has multiple web server instances,
  58. you should change session state mode from "InProc" to "Custom". In addition,
  59. change the connection string named "DefaultConnection" to connect to an instance
  60. of SQL Server (including SQL Azure and SQL Compact) instead of to SQL Server Express.
  61. -->
  62. <sessionState mode="InProc" customProvider="DefaultSessionProvider">
  63. <providers>
  64. <add name="DefaultSessionProvider" type="System.Web.Providers.DefaultSessionStateProvider, System.Web.Providers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" connectionStringName="DefaultConnection" />
  65. </providers>
  66. </sessionState>
  67. </system.web>
  68. <appSettings>
  69. <add key="virtualDirName" value="" />
  70. </appSettings>
  71. <system.webServer>
  72. <modules>
  73. <remove name="FormsAuthentication" />
  74. </modules>
  75. </system.webServer>
  76. <runtime>
  77. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  78. <dependentAssembly>
  79. <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" />
  80. <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />
  81. </dependentAssembly>
  82. <dependentAssembly>
  83. <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
  84. <bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
  85. </dependentAssembly>
  86. <dependentAssembly>
  87. <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
  88. <bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
  89. </dependentAssembly>
  90. <dependentAssembly>
  91. <assemblyIdentity name="EntityFramework" publicKeyToken="b77a5c561934e089" />
  92. <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
  93. </dependentAssembly>
  94. <dependentAssembly>
  95. <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" />
  96. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  97. </dependentAssembly>
  98. <dependentAssembly>
  99. <assemblyIdentity name="Microsoft.Owin.Security.OAuth" publicKeyToken="31bf3856ad364e35" />
  100. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  101. </dependentAssembly>
  102. <dependentAssembly>
  103. <assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" />
  104. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  105. </dependentAssembly>
  106. <dependentAssembly>
  107. <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" />
  108. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  109. </dependentAssembly>
  110. <dependentAssembly>
  111. <assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
  112. <bindingRedirect oldVersion="0.0.0.0-4.9.4.0" newVersion="4.9.4.0" />
  113. </dependentAssembly>
  114. </assemblyBinding>
  115. </runtime>
  116. <entityFramework>
  117. <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
  118. <parameters>
  119. <parameter value="mssqllocaldb" />
  120. </parameters>
  121. </defaultConnectionFactory>
  122. <providers>
  123. <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
  124. </providers>
  125. </entityFramework>
  126. <system.codedom>
  127. <compilers>
  128. <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" />
  129. <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+" />
  130. </compilers>
  131. </system.codedom>
  132. </configuration>