﻿<?xml version="1.0"?>
<configuration>
  <appSettings>
    <add key="LegitimateConnection" value="data source=10.115.0.6;initial catalog=LegitimateKZN;persist security info=True;user id=Legitimate;password=@L3g1t1mat3"/>
    <add key="LegitimateOLASConnection" value="data source=10.115.0.6;initial catalog=Legitimate_OLAS;persist security info=True;user id=Legitimate;password=@L3g1t1mat3"/>
    <add key="LegitimateInterfaceKey" value="23b752a2-f086-48d6-b209-15126285ed7d"/>
    <add key="GetApplicationsStoredProcedure" value="App.Pr_ApplicationPrecheckInterfaceSearch"/>
  </appSettings>
  <!--
    For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.

    The following attributes can be set on the <httpRuntime> tag.
      <system.Web>
        <httpRuntime targetFramework="4.6.2" />
      </system.Web>
  -->
  <system.web>
    <compilation debug="true" targetFramework="4.6.2"/>
    <httpRuntime/>
    <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/>
  </system.web>
</configuration>