271 lines
No EOL
15 KiB
XML
271 lines
No EOL
15 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
For more information on how to configure your ASP.NET application, please visit
|
|
http://go.microsoft.com/fwlink/?LinkId=169433
|
|
-->
|
|
<configuration>
|
|
<configSections>
|
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
|
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
|
<section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog"/>
|
|
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
<section name="ULA.Davivienda.PrestamoAutos.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
|
|
</sectionGroup>
|
|
</configSections>
|
|
<appSettings>
|
|
|
|
<add key="webpages:Version" value="2.0.0.0"/>
|
|
<add key="webpages:Enabled" value="false"/>
|
|
<add key="PreserveLoginUrl" value="true"/>
|
|
<add key="ClientValidationEnabled" value="true"/>
|
|
<add key="UnobtrusiveJavaScriptEnabled" value="true"/>
|
|
<add key="ULA.LogoClient" value="header.png"/>
|
|
<add key="ULA.LogoClient.baseclient" value="image/png"/>
|
|
<add key="ULA.ServerName" value="SERVERULTIMUS"/>
|
|
<add key="ULA.WebAplication" value="ULA.Davivienda.PrestamoAutos"/>
|
|
<add key="ULA.ShowLocalButton" value="0" />
|
|
<add key="ComplementBPM.local" value="false"/>
|
|
<add key="XmlPath" value="C:\Proyectos\SlnDavivienda\ULA.Davivienda.PrestamoAutos\Xml\"/>
|
|
|
|
<!--SMTP-->
|
|
<add key="SMTP.Domain" value=""/>
|
|
<add key="SMTP.EnableSsl" value="false"/>
|
|
<add key="SMTP.FromEmail" value="bmadrigal@atesacr.com"/>
|
|
<add key="SMTP.Password" value="Ms1x@4v7"/>
|
|
<add key="SMTP.SmtpPort" value="587"/>
|
|
<add key="SMTP.SmtpServer" value="mail.atesacr.com"/>
|
|
<add key="SMTP.UserName" value="bmadrigal@atesacr.com"/>
|
|
|
|
<!--NotificaciónAprobaciónCliente-->
|
|
<add key="NotificaciónAprobaciónCliente.Body" value=""/>
|
|
<add key="NotificaciónAprobaciónCliente.IsBodyHtml" value="true"/>
|
|
<add key="NotificaciónAprobaciónCliente.Subject" value="DAVIVIENDA - Notificación Aprobación Cliente"/>
|
|
|
|
<!--NotificaciónDocumentoPrenda-->
|
|
<add key="NotificaciónDocumentoPrenda.Body" value=""/>
|
|
<add key="NotificaciónDocumentoPrenda.IsBodyHtml" value="true"/>
|
|
<add key="NotificaciónDocumentoPrenda.Subject" value="DAVIVIENDA - Notificación Documento Prenda [R]"/>
|
|
|
|
<!--BoletaMensajeria-->
|
|
<add key="BoletaMensajeria.Server" value="166.148.6.37:3508"/>
|
|
<add key="BoletaMensajeria.UrlPage" value="generaboletacp.asp?"/>
|
|
<add key="BoletaMensajeria.NumeroObjeto" value="73"/>
|
|
|
|
<add key="BoletaMensajeria.CodigoClienteBoletaSeguro" value="04ms7010"/>
|
|
<add key="BoletaMensajeria.CodigoClienteBoletaOperacionesDesembolso" value="04ms7010"/>
|
|
<add key="BoletaMensajeria.InstruccionBoletaSeguro" value="Envío de documentos de seguros de auto de "/>
|
|
<add key="BoletaMensajeria.InstruccionBoletaOperacionesDesembolso" value="Envío de expediente de crédito prendario de "/>
|
|
|
|
<!--Cartera-->
|
|
<add key="Cartera.LineaCredito" value="Linea Credito Autos"/>
|
|
<add key="Cartera.SectorCredito" value="BCPER"/>
|
|
<add key="Cartera.TipoOperacionCredito" value="AUT|AUTE"/>
|
|
<add key="Cartera.ProductoCredito" value="CCA"/>
|
|
<add key="Cartera.ProgramaCrediticio" value="116B"/>
|
|
<add key="Cartera.IdPropositoCredito" value="3"/>
|
|
<add key="Cartera.DiaPagoPrestamo" value="8"/>
|
|
|
|
<!--Seguros-->
|
|
<add key="Seguro.PolizaColonesMAPFRE" value="3001610180700"/>
|
|
<add key="Seguro.PolizaDolaresMAPFRE" value="3001610180701"/>
|
|
<add key="Seguro.DefaultLimiteCredito" value="55000"/>
|
|
<add key="Seguro.DefaultLimiteEdad" value="65"/>
|
|
|
|
|
|
</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.5.1" />
|
|
</system.Web>
|
|
-->
|
|
<system.web>
|
|
<compilation targetFramework="4.5.1" debug="true"/>
|
|
<customErrors mode="Off"/>
|
|
<httpRuntime targetFramework="4.5"/>
|
|
<authentication mode="Forms">
|
|
<forms loginUrl="~/Account/Login" timeout="2880"/>
|
|
</authentication>
|
|
<pages>
|
|
<namespaces>
|
|
<add namespace="System.Web.Helpers"/>
|
|
<add namespace="System.Web.Mvc"/>
|
|
<add namespace="System.Web.Mvc.Ajax"/>
|
|
<add namespace="System.Web.Mvc.Html"/>
|
|
<add namespace="System.Web.Optimization"/>
|
|
<add namespace="System.Web.Routing"/>
|
|
<add namespace="System.Web.WebPages"/>
|
|
</namespaces>
|
|
</pages>
|
|
</system.web>
|
|
<system.webServer>
|
|
<httpProtocol>
|
|
<customHeaders>
|
|
<clear/>
|
|
<add name="X-UA-Compatible" value="IE=9"/>
|
|
</customHeaders>
|
|
</httpProtocol>
|
|
<validation validateIntegratedModeConfiguration="false"/>
|
|
<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="DotNetOpenAuth.Core" publicKeyToken="2780ccd10d57b246"/>
|
|
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0"/>
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="DotNetOpenAuth.AspNet" publicKeyToken="2780ccd10d57b246"/>
|
|
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0"/>
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35"/>
|
|
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930"/>
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35"/>
|
|
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.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="System.Web.WebPages.Razor" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
|
|
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="WebMatrix.WebData" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
|
|
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="WebMatrix.Data" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
|
|
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0"/>
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
|
|
<bindingRedirect oldVersion="0.0.0.0-5.1.0.0" newVersion="5.1.0.0"/>
|
|
</dependentAssembly>
|
|
<!--<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
|
|
</dependentAssembly>-->
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
|
|
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0"/>
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
|
|
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0"/>
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
<entityFramework>
|
|
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"/>
|
|
</entityFramework>
|
|
<system.serviceModel>
|
|
<bindings>
|
|
<basicHttpBinding>
|
|
<binding name="BasicHttpBinding_IAttachmentService" />
|
|
<binding name="BasicHttpBinding_IConsultaCliente" />
|
|
<binding name="BasicHttpBinding_IConsultaGeneral" />
|
|
<binding name="BasicHttpBinding_IActualizaCliente" />
|
|
<binding name="BasicHttpBinding_IPasivas" />
|
|
<binding name="BasicHttpBinding_ICarteraPrendario" />
|
|
<binding name="BasicHttpBinding_IConector" />
|
|
<binding name="BasicHttpBinding_IServicios" />
|
|
</basicHttpBinding>
|
|
<wsHttpBinding>
|
|
<binding name="WSHttpBinding_IWCFDocumentos">
|
|
<security mode="None" />
|
|
</binding>
|
|
<binding name="WSHttpBinding_ICalculosSegurosCotizacion">
|
|
<security mode="None" />
|
|
</binding>
|
|
</wsHttpBinding>
|
|
</bindings>
|
|
<client>
|
|
<endpoint address="http://SERVERULTIMUS/WCFDocumentos/WCFDocumentos.svc/soap"
|
|
binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IWCFDocumentos"
|
|
contract="WCFDocumentos.IWCFDocumentos" name="WSHttpBinding_IWCFDocumentos" />
|
|
<endpoint address="http://SERVERULTIMUS/AttachmentService/AttachmentService.svc"
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IAttachmentService"
|
|
contract="WCFAttachmentService.IAttachmentService" name="BasicHttpBinding_IAttachmentService" />
|
|
<endpoint address="http://SERVERULTIMUS/ULA.Davivienda.WCFServiciosCobisGenerales/Pasivas.svc"
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IPasivas"
|
|
contract="WCFServiciosCobisGenerales.Pasivas.IPasivas" name="BasicHttpBinding_IPasivas" />
|
|
<endpoint address="http://SERVERULTIMUS/ULA.Davivienda.WCFServiciosCobisCartera/CarteraPrendario.svc"
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_ICarteraPrendario"
|
|
contract="ServiciosCobisCarteraPrendario.ICarteraPrendario"
|
|
name="BasicHttpBinding_ICarteraPrendario" />
|
|
<endpoint address="http://SERVERULTIMUS/ULA.Davivienda.WCFServiciosCobisGenerales/ConsultaCliente.svc"
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IConsultaCliente"
|
|
contract="ServiciosCobisConsultaCliente.IConsultaCliente" name="BasicHttpBinding_IConsultaCliente" />
|
|
<endpoint address="http://SERVERULTIMUS/ULA.Davivienda.WCFServiciosApoyo/Conector.svc"
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IConector"
|
|
contract="WCFServiciosApoyoConector.IConector" name="BasicHttpBinding_IConector" />
|
|
<endpoint address="http://SERVERULTIMUS/ULA.Davivienda.WCFServiciosCobisGenerales/ConsultaGeneral.svc"
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IConsultaGeneral"
|
|
contract="ServiciosCobisConsultaGeneral.IConsultaGeneral" name="BasicHttpBinding_IConsultaGeneral" />
|
|
<endpoint address="http://localhost/ULA.Davivienda.WCFServiciosGenerales/Servicios.svc"
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IServicios"
|
|
contract="WCFServiciosGenerales.IServicios" name="BasicHttpBinding_IServicios" />
|
|
<endpoint address="http://localhost/ULA.Davivienda.WCFServiciosCobisGenerales/ActualizaCliente.svc"
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IActualizaCliente"
|
|
contract="WCFActualizaCliente.IActualizaCliente" name="BasicHttpBinding_IActualizaCliente" />
|
|
<endpoint address="http://SERVERULTIMUS/WCFPrendarioSeguros/CalculosSegurosCotizacion.svc/soap"
|
|
binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_ICalculosSegurosCotizacion"
|
|
contract="WCFPrendarioSeguros.ICalculosSegurosCotizacion" name="WSHttpBinding_ICalculosSegurosCotizacion" />
|
|
</client>
|
|
<behaviors>
|
|
<serviceBehaviors>
|
|
<behavior name="">
|
|
<serviceMetadata httpGetEnabled="true" httpsGetEnabled="true"/>
|
|
<serviceDebug includeExceptionDetailInFaults="false"/>
|
|
</behavior>
|
|
</serviceBehaviors>
|
|
</behaviors>
|
|
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true"/>
|
|
</system.serviceModel>
|
|
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<variable name="logDirectory" value="C:/UltimusLogs/ULA.Davivienda.PrestamoAutos"/>
|
|
<targets>
|
|
<target name="Normal" xsi:type="File" layout="${date}|${machinename}|${level}|${logger}|${event-context:item=INITLogger}|${message}" fileName="${logDirectory}/${logger} ${shortdate}.txt"/>
|
|
<target name="Production" xsi:type="File" layout="${date}|${machinename}|${level}|${logger}|${event-context:item=INITLogger}|${message}" fileName="${logDirectory}/${logger} ${shortdate}.txt"/>
|
|
</targets>
|
|
<rules>
|
|
<logger name="*" minlevel="Trace" writeTo="Normal"/>
|
|
<!--<logger name="*" minlevel="Warn" writeTo="Production" />-->
|
|
</rules>
|
|
</nlog>
|
|
<applicationSettings>
|
|
<ULA.Davivienda.PrestamoAutos.Properties.Settings>
|
|
<setting name="ULA_Banesco_TarjetaCredito_OMDM_GetScoringTarjeta"
|
|
serializeAs="String">
|
|
<value>http://10.1.2.95/GetScoringTarjeta/GetScoringTarjeta.asmx</value>
|
|
</setting>
|
|
<setting name="ULA_Davivienda_PrestamoAutos_CotizadorServiceLayer_calcular"
|
|
serializeAs="String">
|
|
<value>http://SERVERULTIMUS/serviciosweb/Calcular_Mensualidad.asmx</value>
|
|
</setting>
|
|
<setting name="TipoOperacionCredito" serializeAs="String">
|
|
<value>TipoOperacionCredito</value>
|
|
</setting>
|
|
</ULA.Davivienda.PrestamoAutos.Properties.Settings>
|
|
</applicationSettings>
|
|
</configuration> |