Advertisement
Guest User

Untitled

a guest
Dec 9th, 2015
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.20 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3.   <configSections>
  4.     <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  5.     <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
  6.   </configSections>
  7.   <appSettings>
  8.   </appSettings>
  9.   <entityFramework>
  10.     <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
  11.     <providers>
  12.       <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
  13.     </providers>
  14.   </entityFramework>
  15.   <connectionStrings>
  16.     <add name="BackOfficeDbContext" connectionString="metadata=res://*/Model.BackOfficeModel.csdl|res://*/Model.BackOfficeModel.ssdl|res://*/Model.BackOfficeModel.msl;&#xD;&#xA;         provider=System.Data.SqlClient;&#xD;&#xA;         provider connection string=&quot;data source=xxx,65335;&#xD;&#xA;         Initial Catalog=MediaBug_Lottery_BackOffice;&#xD;&#xA;         Integrated Security=False;&#xD;&#xA;         User ID=xxx;&#xD;&#xA;         Password=xxx;&#xD;&#xA;         Connect Timeout=15;&#xD;&#xA;         Encrypt=False;&#xD;&#xA;         TrustServerCertificate=False;&#xD;&#xA;         MultipleActiveResultSets=True;&#xD;&#xA;         App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
  17.     <add name="CustomerDbContext" connectionString="metadata=res://*/Model.CustomerModel.csdl|res://*/Model.CustomerModel.ssdl|res://*/Model.CustomerModel.msl;&#xD;&#xA;         provider=System.Data.SqlClient;&#xD;&#xA;         provider connection string=&quot;data source=xxx,65335;&#xD;&#xA;         Initial Catalog=MediaBug_Lottery_Customer_Live;&#xD;&#xA;         Integrated Security=False;&#xD;&#xA;         User ID=xxx;&#xD;&#xA;         Password=xxx;&#xD;&#xA;         Connect Timeout=15;&#xD;&#xA;         Encrypt=False;&#xD;&#xA;         TrustServerCertificate=False;&#xD;&#xA;         MultipleActiveResultSets=True;&#xD;&#xA;         App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
  18.     <add name="CustomerLogDbContext" connectionString="metadata=res://*/Model.CustomerLogModel.csdl|res://*/Model.CustomerLogModel.ssdl|res://*/Model.CustomerLogModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=xxx,65335;initial catalog=MediaBug_Lottery_Customer_Logs;user id=xxx;password=xxx;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
  19.   </connectionStrings>
  20.   <runtime>
  21.     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  22.       <dependentAssembly>
  23.         <assemblyIdentity name="System.Spatial" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  24.         <bindingRedirect oldVersion="0.0.0.0-5.6.2.0" newVersion="5.6.2.0" />
  25.       </dependentAssembly>
  26.       <dependentAssembly>
  27.         <assemblyIdentity name="Microsoft.Data.OData" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  28.         <bindingRedirect oldVersion="0.0.0.0-5.6.2.0" newVersion="5.6.2.0" />
  29.       </dependentAssembly>
  30.       <dependentAssembly>
  31.         <assemblyIdentity name="Microsoft.Data.Edm" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  32.         <bindingRedirect oldVersion="0.0.0.0-5.6.2.0" newVersion="5.6.2.0" />
  33.       </dependentAssembly>
  34.       <dependentAssembly>
  35.         <assemblyIdentity name="Microsoft.Data.Services.Client" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  36.         <bindingRedirect oldVersion="0.0.0.0-5.6.2.0" newVersion="5.6.2.0" />
  37.       </dependentAssembly>
  38.       <dependentAssembly>
  39.         <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  40.         <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  41.       </dependentAssembly>
  42.       <dependentAssembly>
  43.         <assemblyIdentity name="EntityFramework" publicKeyToken="b77a5c561934e089" culture="neutral" />
  44.         <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
  45.       </dependentAssembly>
  46.     </assemblyBinding>
  47.   </runtime>
  48. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement