Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <configuration>
- <configSections>
- <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
- <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
- </configSections>
- <appSettings>
- </appSettings>
- <entityFramework>
- <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
- <providers>
- <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
- </providers>
- </entityFramework>
- <connectionStrings>
- <add name="BackOfficeDbContext" connectionString="metadata=res://*/Model.BackOfficeModel.csdl|res://*/Model.BackOfficeModel.ssdl|res://*/Model.BackOfficeModel.msl;
 provider=System.Data.SqlClient;
 provider connection string="data source=xxx,65335;
 Initial Catalog=MediaBug_Lottery_BackOffice;
 Integrated Security=False;
 User ID=xxx;
 Password=xxx;
 Connect Timeout=15;
 Encrypt=False;
 TrustServerCertificate=False;
 MultipleActiveResultSets=True;
 App=EntityFramework"" providerName="System.Data.EntityClient" />
- <add name="CustomerDbContext" connectionString="metadata=res://*/Model.CustomerModel.csdl|res://*/Model.CustomerModel.ssdl|res://*/Model.CustomerModel.msl;
 provider=System.Data.SqlClient;
 provider connection string="data source=xxx,65335;
 Initial Catalog=MediaBug_Lottery_Customer_Live;
 Integrated Security=False;
 User ID=xxx;
 Password=xxx;
 Connect Timeout=15;
 Encrypt=False;
 TrustServerCertificate=False;
 MultipleActiveResultSets=True;
 App=EntityFramework"" providerName="System.Data.EntityClient" />
- <add name="CustomerLogDbContext" connectionString="metadata=res://*/Model.CustomerLogModel.csdl|res://*/Model.CustomerLogModel.ssdl|res://*/Model.CustomerLogModel.msl;provider=System.Data.SqlClient;provider connection string="data source=xxx,65335;initial catalog=MediaBug_Lottery_Customer_Logs;user id=xxx;password=xxx;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" />
- </connectionStrings>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Spatial" publicKeyToken="31bf3856ad364e35" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-5.6.2.0" newVersion="5.6.2.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="Microsoft.Data.OData" publicKeyToken="31bf3856ad364e35" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-5.6.2.0" newVersion="5.6.2.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="Microsoft.Data.Edm" publicKeyToken="31bf3856ad364e35" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-5.6.2.0" newVersion="5.6.2.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="Microsoft.Data.Services.Client" publicKeyToken="31bf3856ad364e35" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-5.6.2.0" newVersion="5.6.2.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="EntityFramework" publicKeyToken="b77a5c561934e089" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
- </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement