﻿<?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=301880
  -->
<configuration>
  <configSections>
    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
    <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="DefaultConnection" connectionString="Data Source=tcp:mssql.hostnclick.com,1433;Initial Catalog=ATParcelDb;Integrated Security=false;User ID=hostncli;Password=dbsa@abc$12345;" providerName="System.Data.SqlClient" />
    <add name="MyContext" connectionString="Data Source=tcp:mssql.hostnclick.com,1433;Initial Catalog=ATParcelDb;Integrated Security=false;User ID=hostncli;Password=dbsa@abc$12345;" providerName="System.Data.SqlClient" />
  </connectionStrings>
  <appSettings>
    <add key="connection:user" value="sa" />
    <add key="connection:password" value="abc@123" />
    <add key="connection:server" value="116.58.38.132" />
    <add key="connection:database" value="SmartCourierDB" />
    <add key="webpages:Version" value="3.0.0.0" />
    <add key="webpages:Enabled" value="false" />
    <add key="ClientValidationEnabled" value="true" />
    <add key="UnobtrusiveJavaScriptEnabled" value="true" />
    <add key="WebSiteRootAddress" value="http://localhost:47677/" />
    <add key="config:DemoMode" value="1" />
    <add key="config:EstimatedServiceCharge" value="1" />
    <add key="config:EnableLoader" value="1" />
    <add key="config:Company" value="Smart Courier" />
    <add key="config:Currency" value="1" />
    <add key="config:TopupTransactionFee" value="3.9" />
    <add key="config:MobileMoneyCharges" value="2" />
    <add key="config:CurrentTheme" value="Theme2" />
    <add key="config:BackupDB" value="SParcelDB" />
    <add key="config:BackupPath" value="D:\Projects\AtifParcel\ParcelWeb\DBBackup" />
    <add key="config:App.General.DefaultSelectedCountry" value="228" />
    <add key="Email:Avy.Net.Mail.DefaultFromAddress" value="hamza@hamza.com" />
    <add key="Email:Avy.Net.Mail.DefaultFromDisplayName" value="Sender" />
    <add key="Email:Avy.Net.Mail.Smtp.Host" value="smtp.gmail.com" />
    <add key="Email:Avy.Net.Mail.Smtp.Port" value="587" />
    <add key="Email:Avy.Net.Mail.Smtp.UserName" value="hamza.hafeez1222@gmail.com" />
    <add key="Email:Avy.Net.Mail.Smtp.Password" value="sdsadsadasdas" />
    <add key="Email:Avy.Net.Mail.Smtp.Domain" value="gmail.com" />
    <add key="Email:Avy.Net.Mail.Smtp.EnableSsl" value="0" />
    <add key="Time:Avy.Timing.TimeZone" value="Pakistan Standard Time" />
    <add key="config:AddressLine1" value="122-M, Block-2, P.E.C.H.S," />
    <add key="config:AddressLine2" value="Kyiv" />
    <add key="config:AddressLine3" value="Ghana" />
    <add key="config:EmailAddress" value="info@worldlinker.co" />
    <add key="config:PhoneNo" value="+92 213 4302071-73" />
    <add key="config:Fax" value="+92 213 4302071-73" />
    <add key="config:timings" value="09:00AM to 8:00PM" />
    <add key="config:logo" value="/assets/Theme2/img/Logo/Smart.png" />
    <add key="Payment:stripePublishableKey" value="pk_test_kODgqBU7Yt6ig4YGCRCSvvx100kHRG4oPD" />
    <add key="payment:stripeSecretKey" value="sk_test_oesI45BhKHKduQFejTdBlfJP00wIlv0jMw" />
    <add key="aspnet:MaxJsonDeserializerMembers" value="1500000000" />
    <add key="config:WebSiteColor" value="NavyBlue" />
  </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.1" />
      </system.Web>
  -->
  <system.web>
    <authentication mode="Forms">
      <forms timeout="2828" />
    </authentication>
    <customErrors mode="RemoteOnly" />
    <sessionState timeout="2828" />
    <compilation targetFramework="4.6.1" />
    <httpRuntime targetFramework="4.5.1" />
  </system.web>
  <system.web.extensions>
    <scripting>
      <webServices>
        <jsonSerialization maxJsonLength="50000000000" />
      </webServices>
    </scripting>
  </system.web.extensions>
  <system.webServer>
    <modules>
      <remove name="FormsAuthentication" />
    </modules>
    <handlers>
      <remove name="ExtensionlessUrlHandler-Integrated-4.0" />
      <remove name="OPTIONSVerbHandler" />
      <remove name="TRACEVerbHandler" />
      <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
    </handlers>
  </system.webServer>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Owin.Security.OAuth" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
        <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
      </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.Mvc" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Unity.Abstractions" publicKeyToken="6d32ff45e0ccc69f" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-3.2.0.0" newVersion="3.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
  <entityFramework>
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
      <parameters>
        <parameter value="mssqllocaldb" />
      </parameters>
    </defaultConnectionFactory>
    <providers>
      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
    </providers>
  </entityFramework>
</configuration>
<!--ProjectGuid: E277A7D1-E83B-43EF-A4B5-1BA74294FD26-->