Advertisement
Guest User

Untitled

a guest
Jun 8th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 10.15 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3.  For more information on how to configure your ASP.NET application, please visit
  4.  http://go.microsoft.com/fwlink/?LinkId=301880
  5.  -->
  6. <configuration>
  7.   <configSections>
  8.     <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  9.     <section name="firebirdsql.data.firebirdclient" type="System.Data.Common.DbProviderConfigurationHandler, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  10.     <section name="ePrzelewy" type="ePrzelewy2.WebApp.Configuration.Expensive.EPrzelewyConfigurationSection, ePrzelewy2.WebApp" />
  11.     <section name="ePrzelewyConnections" type="ePrzelewy2.WebApp.Configuration.ExpensiveConnections.ConnectionStringSection, ePrzelewy2.WebApp" />
  12.     <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
  13.   </configSections>
  14.  
  15.   <ePrzelewy>
  16.     <services>
  17.       <add url="xxx1" name="uBramka" />
  18.       <add url="xxx2" name="UImport" />
  19.       <add url="xxx0" name="UExport" />
  20.     </services>
  21.     <AdminXE isEnabled="true" adminXeUrl="http://zos-srv2.intranet.rekord.com.pl/adminxedev/" clientId="ePrzelewy2" clientSecret="H7y+5gb6BXvJ8a4sH3GM4/ORRNiXC0q1MMBI3B9bNZs=" redirectUri="http://localhost:55429/;http://localhost:52859/;http://wdr-test-srv/ePrzelewy2/" postLogoutRedirectUri="http://localhost:55429/;http://localhost:52859/;http://wdr-test-srv/ePrzelewy2/" />
  22.     <!--<Workflow isEnabled="true" url="http://localhost.fiddler:49863/api/v1/" notification-server-url="" />-->
  23.     <Workflow isEnabled="true" url="http://zos-srv2.intranet.rekord.com.pl/workflow-dev/api/v1/" notification-server-url="" />
  24.   </ePrzelewy>
  25.   <ePrzelewyConnections>
  26.     <connections>
  27.       <add server="wdr-test-srv" user="sysdba" password="xxx" xpassword="BVotUFHbI4BRA4LQIROGIw=="
  28.        database="C:\db\FUSION36_NEW.FDB" name="appContext" />
  29.     </connections>
  30.   </ePrzelewyConnections>
  31.  
  32.   <appSettings>
  33.     <add key="webpages:Version" value="3.0.0.0" />
  34.     <add key="webpages:Enabled" value="false" />
  35.     <add key="ClientValidationEnabled" value="true" />
  36.     <add key="UnobtrusiveJavaScriptEnabled" value="true" />
  37.     <add key="myConnectionString" value="" />
  38.     <add key="owin:AppStartup" value="ePrzelewy2.WebApp.App_Start.Startup" />
  39.     <add key="aspnet:MaxJsonDeserializerMembers" value="150000" />
  40.   </appSettings>
  41.   <connectionStrings>
  42.     <add name="appContext" connectionString="18Uo5SMz1UybS288IX3GI1v3xWHdwr/9dhZdYHDG7S0Z9oE0UIF7R20S8fWkS4PyIxGzjs7KoDsluL6RiD6Jyp6ftvyFfrLPxmT5YDLGmlY0I2Q417xayxkynWRf9G7FkUhmEt6W5pjMf3qsFhM3EOBDMGfHFLrGWrvLpHFOseo=" />
  43.   </connectionStrings>
  44.   <system.web>
  45.     <customErrors mode="Off" />
  46.     <compilation debug="true" targetFramework="4.5.2" />
  47.     <httpRuntime targetFramework="4.5.2" />
  48.     <httpModules>
  49.       <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
  50.     </httpModules>
  51.   </system.web>
  52.   <runtime>
  53.     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  54.       <dependentAssembly>
  55.         <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
  56.         <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  57.       </dependentAssembly>
  58.       <dependentAssembly>
  59.         <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
  60.         <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  61.       </dependentAssembly>
  62.       <dependentAssembly>
  63.         <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
  64.         <bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
  65.       </dependentAssembly>
  66.       <dependentAssembly>
  67.         <assemblyIdentity name="FirebirdSql.Data.FirebirdClient" publicKeyToken="3750abcc3150b00c" culture="neutral" />
  68.         <bindingRedirect oldVersion="0.0.0.0-5.6.0.0" newVersion="5.6.0.0" />
  69.       </dependentAssembly>
  70.       <dependentAssembly>
  71.         <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  72.         <bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
  73.       </dependentAssembly>
  74.       <dependentAssembly>
  75.         <assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  76.         <bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
  77.       </dependentAssembly>
  78.       <dependentAssembly>
  79.         <assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
  80.         <bindingRedirect oldVersion="0.0.0.0-4.6.0.0" newVersion="4.6.0.0" />
  81.       </dependentAssembly>
  82.       <dependentAssembly>
  83.         <assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  84.         <bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
  85.       </dependentAssembly>
  86.       <dependentAssembly>
  87.         <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
  88.         <bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
  89.       </dependentAssembly>
  90.       <dependentAssembly>
  91.         <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  92.         <bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0" />
  93.       </dependentAssembly>
  94.       <dependentAssembly>
  95.         <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  96.         <bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0" />
  97.       </dependentAssembly>
  98.       <dependentAssembly>
  99.         <assemblyIdentity name="System.IdentityModel.Tokens.Jwt" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  100.         <bindingRedirect oldVersion="0.0.0.0-4.0.20622.1351" newVersion="4.0.20622.1351" />
  101.       </dependentAssembly>
  102.       <dependentAssembly>
  103.         <assemblyIdentity name="Microsoft.IdentityModel.Protocol.Extensions" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  104.         <bindingRedirect oldVersion="0.0.0.0-1.0.2.33" newVersion="1.0.2.33" />
  105.       </dependentAssembly>
  106.     </assemblyBinding>
  107.   </runtime>
  108.   <system.codedom>
  109.     <compilers>
  110.       <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:6 /nowarn:1659;1699;1701" />
  111.       <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+" />
  112.     </compilers>
  113.   </system.codedom>
  114.   <system.webServer>
  115.     <validation validateIntegratedModeConfiguration="false" />
  116.     <modules>
  117.       <remove name="ApplicationInsightsWebTracking" />
  118.       <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition="managedHandler" />
  119.     </modules>
  120.     <staticContent>
  121.       <remove fileExtension=".woff" />
  122.       <mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
  123.       <remove fileExtension=".woff2" />
  124.       <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
  125.     </staticContent>
  126.   </system.webServer>
  127.   <entityFramework>
  128.     <defaultConnectionFactory type="FirebirdSql.Data.EntityFramework6.FbConnectionFactory, EntityFramework.Firebird" />
  129.     <providers>
  130.       <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
  131.       <provider invariantName="FirebirdSql.Data.FirebirdClient" type="FirebirdSql.Data.EntityFramework6.FbProviderServices, EntityFramework.Firebird" />
  132.     </providers>
  133.   </entityFramework>
  134.   <system.serviceModel>
  135.     <behaviors>
  136.       <serviceBehaviors>
  137.         <behavior name="debug">
  138.           <serviceDebug includeExceptionDetailInFaults="true" />
  139.         </behavior>
  140.       </serviceBehaviors>
  141.     </behaviors>
  142.     <bindings>
  143.       <basicHttpBinding>
  144.         <binding name="BasicHttpBinding_IUBramkaService" />
  145.       </basicHttpBinding>
  146.       <wsHttpBinding>
  147.         <binding name="WSHttpBinding_IUExport" />
  148.         <binding name="WSHttpBinding_IUImport" />
  149.         <binding name="WSHttpBinding_IUBramkaService" />
  150.       </wsHttpBinding>
  151.     </bindings>
  152.     <client>
  153.       <endpoint address="http://wdr-test-srv:8585/" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IUBramkaService" contract="UBramka.IUBramkaService" name="uBramka">
  154.         <identity>
  155.           <dns value="localhost" />
  156.         </identity>
  157.       </endpoint>
  158.       <endpoint address="http://wdr-test-srv:8779/" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IUExport" contract="UExport.IUExport" name="UExport" />
  159.       <endpoint address="http://wdr-test-srv:8997/" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IUImport" contract="UImport.IUImport" name="UImport" />
  160.  
  161.       <!--<endpoint address="http://localhost:8779/" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IUExport" contract="UExport.IUExport" name="UExport" />
  162.      <endpoint address="http://localhost:8997/" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IUImport" contract="UImport.IUImport" name="UImport" />-->
  163.     </client>
  164.   </system.serviceModel>
  165.   <system.data>
  166.  
  167.     <DbProviderFactories>
  168.       <remove invariant="FirebirdSql.Data.FirebirdClient" />
  169.       <add name="FirebirdClient Data Provider" invariant="FirebirdSql.Data.FirebirdClient" description=".NET Framework Data Provider for Firebird" type="FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, FirebirdSql.Data.FirebirdClient" />
  170.     </DbProviderFactories>
  171.   </system.data>
  172. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement