﻿<?xml version="1.0" encoding="utf-8"?>
<!--
  For more information on how to configure your ASP.NET application, please visit
  http://go.microsoft.com/fwlink/?LinkId=169433
  -->
<configuration>
  <connectionStrings>
    <add name="SayvanaKureDBConnectionString" connectionString="Data Source=94.73.147.11;&#xD;&#xA;	Initial Catalog=u9429928_db524;User ID=u9429928_user524;Password= AGbk12D2TNds89Y" 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" />
      </system.Web>
  -->
  <system.web>
    <sessionState timeout="99999">
    </sessionState>
    <customErrors mode="Off" />
    <pages validateRequest="false" controlRenderingCompatibilityVersion="4.0" />
    <compilation targetFramework="4.5" tempDirectory="D:\vhosts\asbelt.com\tmp" />
    <httpRuntime requestValidationMode="2.0" executionTimeout="1200000000" maxRequestLength="213204541" />
    <authentication mode="Forms">
      <forms loginUrl="~/LogOn" timeout="28890" path="/" />
    </authentication>
  </system.web>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
  <location path="admin">
    <system.web>
      <authorization>
        <allow roles="Admin" />
        <deny users="*" />
      </authorization>
    </system.web>
  </location>
</configuration>
<!--ProjectGuid: 5A3E2843-E3D1-4065-AACE-483F2C54DBE2-->