<?xml version="1.0"?>
<configuration>
  <appSettings>
    <add key="blnDebug" value="true"/>
    <add key="UNAME" value=""/>
    <add key="UDOMAIN" value=""/>
    <add key="UID" value=""/>
    <add key="UGROUP" value=""/>
    <add key="UGROUPID" value=""/>
    <add key="ULEVEL" value="0"/>
    <add key="PAGESIZE" value="50"/>
    <add key="MAXPAGESIZE" value="1000"/>
    <add key="ShowMore" value="false"/>
    <add key="strPage" value=""/>
    <add key="intListIndex" value="0"/>
    <add key="strListFilter" value=""/>
    <add key="intFilterValue" value="0"/>
  </appSettings>
  <connectionStrings>
  <add name="csStockControl" connectionString="Data Source=BENRIACH;Initial Catalog=Superbowl;Persist Security Info=True;User ID=admin;Password=admin01" providerName="System.Data.SqlClient"/> 
	  <!--Lloyd Local-->
  <!--<add name ="csStockControl" connectionString="Data Source=.\sqlexpress;Initial Catalog=Superbowl;Persist Security Info=True;User ID=rgbc_php;Password=S!l!c0n" providerName="System.Data.SqlClient"/>  -->
  </connectionStrings>
  <!--
    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>
    <!-- 
            Set compilation debug="true" to insert debugging 
            symbols into the compiled page. Because this 
            affects performance, set this value to true only 
            during development.

            Visual Basic options:
            Set strict="true" to disallow all data type conversions 
            where data loss can occur. 
            Set explicit="true" to force declaration of all variables.
        -->
    <customErrors mode="Off"/>
    <compilation debug="true" strict="false" explicit="true" targetFramework="4.8"/>
    <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
      <namespaces>
        <clear/>
        <add namespace="System"/>
        <add namespace="System.Collections"/>
        <add namespace="System.Collections.Generic"/>
        <add namespace="System.Collections.Specialized"/>
        <add namespace="System.Configuration"/>
        <add namespace="System.Text"/>
        <add namespace="System.Text.RegularExpressions"/>
        <add namespace="System.Linq"/>
        <add namespace="System.Xml.Linq"/>
        <add namespace="System.Web"/>
        <add namespace="System.Web.Caching"/>
        <add namespace="System.Web.SessionState"/>
        <add namespace="System.Web.Security"/>
        <add namespace="System.Web.Profile"/>
        <add namespace="System.Web.UI"/>
        <add namespace="System.Web.UI.WebControls"/>
        <add namespace="System.Web.UI.WebControls.WebParts"/>
        <add namespace="System.Web.UI.HtmlControls"/>
      </namespaces>
    </pages>
    <!--
            The <authentication> section enables configuration 
            of the security authentication mode used by 
            ASP.NET to identify an incoming user. 
        -->
    <authentication mode="Windows"/>
    <!--
            The <customErrors> section enables configuration 
            of what to do if/when an unhandled error occurs 
            during the execution of a request. Specifically, 
            it enables developers to configure html error pages 
            to be displayed in place of a error stack trace.

        <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
            <error statusCode="403" redirect="NoAccess.htm" />
            <error statusCode="404" redirect="FileNotFound.htm" />
        </customErrors>
        -->
    <httpRuntime executionTimeout="36000"/>
  </system.web>
  <system.webServer>
    <directoryBrowse enabled="true"/>
    <defaultDocument>
      <files>
        <add value="index.aspx"/>
      </files>
    </defaultDocument>
  </system.webServer>
  <!-- 
        The system.webServer section is required for running ASP.NET AJAX under Internet
        Information Services 7.0.  It is not necessary for previous version of IIS.
    -->
</configuration>