﻿<?xml version="1.0"?>
<configuration>
  <configSections>
    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
  </configSections>
  <connectionStrings>
    <add name="ConnectionString" connectionString="data source=10.115.0.6;initial catalog=LegitimateNATIONAL;persist security info=True;user id=Legitimate;password=@L3g1t1mat3" providerName="System.Data.SqlClient"/>
    <add name="AuditContext" connectionString="metadata=res://*/Audits.Entities.AuditModel.csdl|res://*/Audits.Entities.AuditModel.ssdl|res://*/Audits.Entities.AuditModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=10.115.0.6;initial catalog=LegitimateNATIONAL;persist security info=True;user id=Legitimate;password=@L3g1t1mat3;multipleactiveresultsets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient"/>
    <add name="WorkflowContext" connectionString="metadata=res://*/Workflows.Entities.WorkflowModel.csdl|res://*/Workflows.Entities.WorkflowModel.ssdl|res://*/Workflows.Entities.WorkflowModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=10.115.0.6;initial catalog=LegitimateNATIONAL;persist security info=True;user id=Legitimate;password=@L3g1t1mat3;multipleactiveresultsets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient"/>
    <add name="LegitimateEntities" connectionString="metadata=res://*/Models.LegitimateDataModel.csdl|res://*/Models.LegitimateDataModel.ssdl|res://*/Models.LegitimateDataModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=10.115.0.6;initial catalog=LegitimateNATIONAL;persist security info=True;user id=Legitimate;password=@L3g1t1mat3;multipleactiveresultsets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient"/>
    <add name="Integration" connectionString="data source=10.115.0.6;initial catalog=LegitimateNATIONAL;persist security info=True;user id=Legitimate;password=@L3g1t1mat3" providerName="System.Data.SqlClient"/>
    <add name="ApplicationContext" connectionString="metadata=res://*/Models.Database.ApplicationModel.csdl|res://*/Models.Database.ApplicationModel.ssdl|res://*/Models.Database.ApplicationModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=10.115.0.6;initial catalog=LegitimateNATIONAL;persist security info=True;user id=Legitimate;password=@L3g1t1mat3;multipleactiveresultsets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient"/>
    <add name="LicenceIssueContext" connectionString="metadata=res://*/Models.Database.LicenceIssueModel.csdl|res://*/Models.Database.LicenceIssueModel.ssdl|res://*/Models.Database.LicenceIssueModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=10.115.0.6;initial catalog=LegitimateNATIONAL;user id=Legitimate;password=@L3g1t1mat3;multipleactiveresultsets=True;application name=EntityFramework&quot;" providerName="System.Data.EntityClient"/>
    <add name="DocumentContext" connectionString="metadata=res://*/Documents.Entities.DocumentModel.csdl|res://*/Documents.Entities.DocumentModel.ssdl|res://*/Documents.Entities.DocumentModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=10.115.0.6;initial catalog=LegitimateNATIONAL;persist security info=True;user id=Legitimate;password=@L3g1t1mat3;multipleactiveresultsets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient"/>
    <add name="ReportContext" connectionString="metadata=res://*/Reports.Model.csdl|res://*/Reports.Model.ssdl|res://*/Reports.Model.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=10.115.0.6;initial catalog=LegitimateNATIONAL;persist security info=True;user id=Legitimate;password=@L3g1t1mat3;multipleactiveresultsets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient"/>
    <add name="Report_Connection" connectionString="XpoProvider=MSSqlServer;data source=10.115.0.6;user id=Legitimate;password=@L3g1t1mat3;initial catalog=LegitimateNATIONAL;Persist Security Info=true"/>
    <add name="SecurityContext" connectionString="metadata=res://*/Security.SecurityDataModel.csdl|res://*/Security.SecurityDataModel.ssdl|res://*/Security.SecurityDataModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=10.115.0.6;initial catalog=LegitimateNATIONAL;user id=Legitimate;password=@L3g1t1mat3;multipleactiveresultsets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient"/>
  </connectionStrings>
  <appSettings>
    <add key="SentryDsn" value=""/>
    <add key="LegitimateLicencesApiKey" value="knHHajs7HHq!!"/>
    <add key="DocumentStoreLocationID" value="3"/>
  </appSettings>
  <system.web>
    <compilation debug="true" targetFramework="4.6.2"/>
    <httpRuntime requestValidationMode="2.0"/>
    <machineKey decryption="AES" decryptionKey="F7FA540B4DFD82E5BB196B95D15FF81F21CE4B319B261F5A6643D392D4690DC5" validation="SHA1" validationKey="21CE4B319B261F5A6643D392D4690DC546A2E9C79DE62168764FF0DCE537184F0535D5D9AD66DEDC21CE4B319B261F5A6643D392D4690DC546A2E9C797DC1ABF"/>
    <identity impersonate="false"/>
    <authentication mode="Windows"/>
  </system.web>
  <!--<system.net>
    <defaultProxy>
      <proxy bypassonlocal="False" usesystemdefault="True" proxyaddress="http://127.0.0.1:8888"/>
    </defaultProxy>
  </system.net>-->
  <system.webServer>
    <modules runAllManagedModulesForAllRequests="true">
      <add name="RaygunErrorModule" type="Mindscape.Raygun4Net.RaygunHttpModule"/>
    </modules>
    <security>
      <authentication>
        <basicAuthentication enabled="false"/>
      </authentication>
    </security>
  </system.webServer>
  <system.serviceModel>
    <behaviors>
      <serviceBehaviors>
        <behavior>
          <serviceMetadata httpGetEnabled="false"/>
          <serviceDebug includeExceptionDetailInFaults="false"/>
        </behavior>
      </serviceBehaviors>
    </behaviors>
    <serviceHostingEnvironment multipleSiteBindingsEnabled="true"/>
  </system.serviceModel>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.WindowsAzure.Storage" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
        <bindingRedirect oldVersion="0.0.0.0-8.1.3.0" newVersion="8.1.3.0"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
        <bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.WindowsAzure.ServiceRuntime" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
        <bindingRedirect oldVersion="0.0.0.0-2.7.0.0" newVersion="2.7.0.0"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.WindowsAzure.Diagnostics" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
        <bindingRedirect oldVersion="0.0.0.0-2.8.0.0" newVersion="2.8.0.0"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35"/>
        <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"/>
        <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/>
        <bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Data.Edm" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
        <bindingRedirect oldVersion="0.0.0.0-5.8.1.0" newVersion="5.8.1.0"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Data.Services.Client" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
        <bindingRedirect oldVersion="0.0.0.0-5.8.1.0" newVersion="5.8.1.0"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Data.OData" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
        <bindingRedirect oldVersion="0.0.0.0-5.8.1.0" newVersion="5.8.1.0"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Azure.KeyVault.Core" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
        <bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Sentry" publicKeyToken="fba2ec45388e2af0" culture="neutral"/>
        <bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Sentry.Protocol" publicKeyToken="fba2ec45388e2af0" culture="neutral"/>
        <bindingRedirect oldVersion="0.0.0.0-1.0.6.0" newVersion="1.0.6.0"/>
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
</configuration>