<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <section name="activerecord" type="Castle.ActiveRecord.Framework.Config.ActiveRecordSectionHandler, Castle.ActiveRecord" />
    <section name="dataConfiguration" type="Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DatabaseSettings, Microsoft.Practices.EnterpriseLibrary.Data" />
  </configSections>
  <system.web>
    <compilation debug="true" />
    <membership defaultProvider="ClientAuthenticationMembershipProvider">
      <providers>
        <add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
      </providers>
    </membership>
    <roleManager defaultProvider="ClientRoleProvider" enabled="true">
      <providers>
        <add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
      </providers>
    </roleManager>
  </system.web>
  <appSettings>
    <add key="PathMassiveMail" value="C:\Mail\MassiveMail\" />
    <add key="SiteMassiveMail" value="http://localhost/MassiveMail/" />
    <add key="DefaultPortSMTP" value="587" />
    <add key="DefaultHostSMTP" value="smtp.gmail.com" />
    <add key="UserSMTP" value="proyectoscloud@gmail.com" />
    <add key="PasswordSMTP" value="Proyectos01" />
    <add key="FromMassMesage" value="proyectoscloud@gmail.com" />
    <add key="ClientSettingsProvider.ServiceUri" value="" />
  </appSettings>
  <connectionStrings>
    <add name="SISTEMA" connectionString="Data Source=50.244.159.42,1433;Network Library=DBMSSOCN;Initial Catalog=SISTEMA;User ID=sa;Password=dcxt7htb4m;" providerName="System.Data.SqlClient" />
    <!--add name="PRUEBAS" connectionString="Data Source=50.244.159.42,1433;Network Library=DBMSSOCN;Initial Catalog=PRUEBAS;User ID=sa;Password=dcxt7htb4m;" providerName="System.Data.SqlClient"/-->
  </connectionStrings>
  <dataConfiguration defaultDatabase="SISTEMA" />
  <activerecord isWeb="false">
    <config>
      <add key="hibernate.connection.driver_class" value="NHibernate.Driver.SqlClientDriver" />
      <add key="hibernate.dialect" value="NHibernate.Dialect.MsSql2000Dialect" />
      <add key="hibernate.connection.provider" value="NHibernate.Connection.DriverConnectionProvider" />
      <add key="hibernate.connection.connection_string_name" value="SISTEMA" />
    </config>
  </activerecord>
  <!-- When deploying the service library project, the content of the config file must be added to the host's 
  app.config file. System.Configuration does not support config files for libraries. -->
  <system.serviceModel>
    <services>
      <service behaviorConfiguration="BusinessLogic.GuiaAereaMadreBLBehavior" name="BusinessLogic.GuiaAereaMadreBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IGuiaAereaMadreServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/GuiaAereaMadreBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.CostoFastPackBLBehavior" name="BusinessLogic.CostoFastPackBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.ICostoFastPackServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/CostoFastPackBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.AREABLBehavior" name="BusinessLogic.AREABL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IAREAServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/AREABL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.EMAILSISBLBehavior" name="BusinessLogic.EMAILSISBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IEMAILSISServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/EMAILSISBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.PAISBLBehavior" name="BusinessLogic.PAISBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IPAISServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/PAISBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.LinkSuscriptionBLBehavior" name="BusinessLogic.LinkSuscriptionBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.ILinkSuscriptionServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/LinkSuscriptionBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.CategoriaBLBehavior" name="BusinessLogic.CategoriaBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.ICategoriaServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/CategoriaBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.DescuentoBLBehavior" name="BusinessLogic.DescuentoBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IDescuentoServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/DescuentoBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.HoraCorteBLBehavior" name="BusinessLogic.HoraCorteBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IHoraCorteServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/HoraCorteBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.PerfilClienteBLBehavior" name="BusinessLogic.PerfilClienteBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IPerfilClienteServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/PerfilClienteBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.UsuarioBLBehavior" name="BusinessLogic.UsuarioBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IUsuarioServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/UsuarioBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.TipoEnvioBLBehavior" name="BusinessLogic.TipoEnvioBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.ITipoEnvioServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/TipoEnvioBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.TipoTelefonoBLBehavior" name="BusinessLogic.TipoTelefonoBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.ITipoTelefonoServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/TipoTelefonoBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.NOTA_TECNICABLBehavior" name="BusinessLogic.NOTA_TECNICABL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.INOTA_TECNICAServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/NOTA_TECNICABL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.ServicioBLBehavior" name="BusinessLogic.ServicioBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IServicioServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/ServicioBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.ZONABLBehavior" name="BusinessLogic.ZONABL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IZONAServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/ZONABL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.PesoBLBehavior" name="BusinessLogic.PesoBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IPesoServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/PesoBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.MedidaBLBehavior" name="BusinessLogic.MedidaBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IMedidaServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/MedidaBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.MarcaTarjetaBLBehavior" name="BusinessLogic.MarcaTarjetaBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IMarcaTarjetaServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/MarcaTarjetaBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.TIPODOCUMENTOBLBehavior" name="BusinessLogic.TIPODOCUMENTOBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.ITIPODOCUMENTOServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/TIPODOCUMENTOBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.GuiaAereaHijaBLBehavior" name="BusinessLogic.GuiaAereaHijaBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IGuiaAereaHijaServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/GuiaAereaHijaBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.DiscrepanciaBLBehavior" name="BusinessLogic.DiscrepanciaBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IDiscrepanciaServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/DiscrepanciaBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.ClienteBoxBLBehavior" name="BusinessLogic.ClienteBoxBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IClienteBoxServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <host>
          <baseAddresses>
            <add baseAddress="http://biserver1.northcentralus.cloudapp.azure.com:81/BusinessLogic.ClienteBoxBL.svc" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.EnvioBLBehavior" name="BusinessLogic.EnvioBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IEnvioServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/EnvioBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.EnvioDetalleBLBehavior" name="BusinessLogic.EnvioDetalleBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IEnvioDetalleServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/EnvioDetalleBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.UbicacionBLBehavior" name="BusinessLogic.UbicacionBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IUbicacionServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/UbicacionBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.EstadoEnvioBLBehavior" name="BusinessLogic.EstadoEnvioBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IEstadoEnvioServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/EstadoEnvioBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.InfoEnvioBLBehavior" name="BusinessLogic.InfoEnvioBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IInfoEnvioServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/InfoEnvioBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.InfoEnvioDetalleBLBehavior" name="BusinessLogic.InfoEnvioDetalleBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IInfoEnvioDetalleServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/InfoEnvioDetalleBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.ServicioEnvioBLBehavior" name="BusinessLogic.ServicioEnvioBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IServicioEnvioServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/ServicioEnvioBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.DiscrepanciaInfoEnvioBLBehavior" name="BusinessLogic.DiscrepanciaInfoEnvioBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IDiscrepanciaInfoEnvioServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/DiscrepanciaInfoEnvioBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.CutOffTimeBLBehavior" name="BusinessLogic.CutOffTimeBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.ICutOffTimeServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/CutOffTimeBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.ParametroPesoBLBehavior" name="BusinessLogic.ParametroPesoBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IParametroPesoServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/ParametroPesoBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.DiscrepanciaEnvioBLBehavior" name="BusinessLogic.DiscrepanciaEnvioBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IDiscrepanciaEnvioServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/DiscrepanciaEnvioBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.MonedaBLBehavior" name="BusinessLogic.MonedaBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IMonedaServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/MonedaBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.ImpuestoAduanalBLBehavior" name="BusinessLogic.ImpuestoAduanalBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IImpuestoAduanalServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/ImpuestoAduanalBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.TarifaBLBehavior" name="BusinessLogic.TarifaBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.ITarifaServices" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/TarifaBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.DataProviderBLBehavior" name="BusinessLogic.DataProviderBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IDataProviderServices" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/DataProviderBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.ConfigReaderBL" name="BusinessLogic.ConfigReaderBL">
        <endpoint binding="wsHttpBinding" contract="TransportObjects.IConfigReaderServices" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/ConfigReaderBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.SendFileBL" name="BusinessLogic.SendFileBL">
        <endpoint binding="wsHttpBinding" contract="TransportObjects.ISendFileServices" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/SendFileBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.MailBL" name="BusinessLogic.MailBL">
        <endpoint binding="wsHttpBinding" contract="TransportObjects.IMailServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/MailBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.FacturaBLBehavior" name="BusinessLogic.FacturaBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IFacturaServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/FacturaBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.FacturaDetalleBLBehavior" name="BusinessLogic.FacturaDetalleBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IFacturaDetalleServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/FacturaDetalleBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.ConsecutivoFacturaBLBehavior" name="BusinessLogic.ConsecutivoFacturaBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IConsecutivoFacturaServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/ConsecutivoFacturaBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.ImpuestoBLBehavior" name="BusinessLogic.ImpuestoBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IImpuestoServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/ImpuestoBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.ServicioInfoEnvioBLBehavior" name="BusinessLogic.ServicioInfoEnvioBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.IServicioInfoEnvioServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/ServicioInfoEnvioBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.TelefonoClienteBLBehavior" name="BusinessLogic.TelefonoClienteBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.ITelefonoClienteServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/TelefonoClienteBL/" />
          </baseAddresses>
        </host>
      </service>
      <service behaviorConfiguration="BusinessLogic.TrackingEnvioBLBehavior" name="BusinessLogic.TrackingEnvioBL">
        <endpoint address="" binding="wsHttpBinding" contract="TransportObjects.ITrackingEnvioServices">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/BusinessLogic/TrackingEnvioBL/" />
          </baseAddresses>
        </host>
      </service>
    </services>
    <behaviors>
      <serviceBehaviors>
        <behavior name="BusinessLogic.ImpuestoAduanalBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.PUNTOVENTABLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.AREABLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.LinkSuscriptionBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.GuiaAereaMadreBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.CostoFastPackBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.PAISBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.CategoriaBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.EMAILSISBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.DescuentoBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.HoraCorteBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.PerfilClienteBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.UsuarioBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.TipoEnvioBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.TipoTelefonoBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.NOTA_TECNICABLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.ServicioBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.ZONABLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.PesoBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.MedidaBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.MarcaTarjetaBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.TIPODOCUMENTOBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.GuiaAereaHijaBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.DiscrepanciaBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.ClienteBoxBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.EnvioBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.EnvioDetalleBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.UbicacionBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.EstadoEnvioBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.InfoEnvioBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.TipoPersonaBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.InfoEnvioDetalleBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.ServicioEnvioBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.DiscrepanciaInfoEnvioBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.DiscrepanciaEnvioBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.CutOffTimeBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.ParametroPesoBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.MonedaBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.ConfigReaderBL">
          <serviceMetadata httpGetEnabled="true" />
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.SendFileBL">
          <serviceMetadata httpGetEnabled="true" />
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.MailBL">
          <serviceMetadata httpGetEnabled="true" />
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.TarifaBLBehavior">
          <serviceMetadata httpGetEnabled="True" />
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.DataProviderBLBehavior">
          <serviceMetadata httpGetEnabled="True" />
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.FacturaBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.FacturaDetalleBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.ConsecutivoFacturaBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.ImpuestoBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.ServicioInfoEnvioBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.TelefonoClienteBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
        <behavior name="BusinessLogic.TrackingEnvioBLBehavior">
          <!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="True" />
          <!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="True" />
        </behavior>
      </serviceBehaviors>
    </behaviors>
  </system.serviceModel>
</configuration>