281 lines
No EOL
15 KiB
XML
281 lines
No EOL
15 KiB
XML
<?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>
|
|
|
|
<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 -->
|
|
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
<section name="ULA.Cathay.Credito.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
|
</sectionGroup>
|
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
|
|
|
|
|
|
|
<sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
|
|
<section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
|
|
<section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
|
|
</sectionGroup>
|
|
</configSections>
|
|
<appSettings>
|
|
<add key="aspnet:MaxJsonDeserializerMembers" value="1500000" />
|
|
<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="Logo.png" />
|
|
<add key="ULA.LogoClient.baseclient" value="image/png" />
|
|
<add key="ULA.ServerName" value="srv-bpmdesa" />
|
|
<add key="ULA.WebAplication" value="ULA.Cathay.Credito" />
|
|
<add key="ULA.ShowLocalButton" value="0" />
|
|
<add key="ComplementBPM.local" value="false" />
|
|
<add key="XmlPath" value="C:\Ultimus\SlnCathay\ULA.Cathay.Credito\Xml\" />
|
|
<!--SMTP-->
|
|
<add key="SMTP.Domain" value="" />
|
|
<add key="SMTP.EnableSsl" value="true" />
|
|
<add key="SMTP.FromEmail" value="pruebacorreo@bancocathay.cr" />
|
|
<add key="SMTP.Password" value="Cathay11" />
|
|
<add key="SMTP.SmtpPort" value="587" />
|
|
<add key="SMTP.SmtpServer" value="smtp.office365.com" />
|
|
<add key="SMTP.UserName" value="pruebacorreo@bancocathay.cr" />
|
|
|
|
<!--Notificacion-->
|
|
<add key="Notificacion.Body" value="" />
|
|
<add key="Notificacion.IsBodyHtml" value="true" />
|
|
<add key="Notificacion.Subject" value="CATHAY- Notificacion de Visita" />
|
|
|
|
</appSettings>
|
|
|
|
<system.web>
|
|
<!--<globalization fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="utf-8" culture="en-US" uiCulture="en-US" />-->
|
|
<globalization fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="utf-8" culture="es-CR" uiCulture="es-CR" />
|
|
<compilation targetFramework="4.5.1" debug="true" />
|
|
<customErrors mode="Off" />
|
|
<httpRuntime targetFramework="4.5" maxRequestLength="2147483647" executionTimeout="600" />
|
|
<authentication mode="Forms">
|
|
<forms loginUrl="~/Account/Login" timeout="2880" />
|
|
</authentication>
|
|
|
|
<!--<globalization culture="es-CR" uiCulture="es-CR" />-->
|
|
<pages validateRequest="true">
|
|
<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>
|
|
<sessionState timeout="180" mode="SQLServer" allowCustomSqlDatabase="true" partitionResolverType="ULA.Cathay.Credito.Commons.PartitionResolver" cookieless="false" />
|
|
</system.web>
|
|
<system.webServer>
|
|
|
|
<httpProtocol>
|
|
<customHeaders>
|
|
<clear />
|
|
<add name="X-UA-Compatible" value="IE=9" />
|
|
</customHeaders>
|
|
</httpProtocol>
|
|
<modules runAllManagedModulesForAllRequests="true">
|
|
<remove name="ServiceModel" />
|
|
</modules>
|
|
|
|
<handlers>
|
|
<remove name="cshtml-Integrated-4.0" />
|
|
<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>
|
|
<security>
|
|
<requestFiltering>
|
|
<requestLimits maxAllowedContentLength="50000000" maxUrl="50000000" maxQueryString="50000000" />
|
|
</requestFiltering>
|
|
</security>
|
|
</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>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Ultimus.Utilitarios" publicKeyToken="54e6b768c4090660" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-1.0.0.4" newVersion="1.0.0.4" />
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
<entityFramework>
|
|
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
|
|
<providers>
|
|
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
|
|
</providers>
|
|
</entityFramework>
|
|
<system.serviceModel>
|
|
<bindings>
|
|
<basicHttpBinding>
|
|
<binding name="BasicHttpBinding_IAttachmentService" />
|
|
<binding name="BasicHttpBinding_IActualizaCliente" />
|
|
<binding name="IEntidadBPMSoap" />
|
|
<binding name="BasicHttpBinding_IIntegracionesSAP" />
|
|
<binding name="BasicHttpBinding_IIntegracionesEPower" closeTimeout="00:50:00"
|
|
openTimeout="00:50:00" receiveTimeout="00:50:00" sendTimeout="00:50:00"
|
|
allowCookies="false" bypassProxyOnLocal="false" maxBufferPoolSize="2147483647"
|
|
maxReceivedMessageSize="2147483647" useDefaultWebProxy="true" />
|
|
<binding name="MetodosCathaySoap" />
|
|
<binding name="MetodosCathaySoap1" />
|
|
<binding name="BasicHttpBinding_IIntegracionesConsultaEIK" />
|
|
<binding name="ServicesSoap" />
|
|
<binding name="BasicHttpBinding_IWS" />
|
|
</basicHttpBinding>
|
|
<wsHttpBinding>
|
|
<binding name="WSHttpBinding_IWCFDocumentos">
|
|
<security mode="None" />
|
|
</binding>
|
|
<binding name="WSHttpBinding_IUltimusAudit">
|
|
<security mode="None" />
|
|
</binding>
|
|
</wsHttpBinding>
|
|
</bindings>
|
|
|
|
|
|
|
|
<client>
|
|
<endpoint address="http://localhost/AttachmentService/AttachmentService.svc"
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IAttachmentService"
|
|
contract="WCFAttachmentService.IAttachmentService" name="BasicHttpBinding_IAttachmentService" />
|
|
<endpoint address="http://localhost/BPMComplement/Services/UltimusAudit.svc/soap"
|
|
binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IUltimusAudit"
|
|
contract="UltimusAudit.IUltimusAudit" name="WSHttpBinding_IUltimusAudit" />
|
|
<endpoint address="http://srv-bpmdesa/WCFDocumentos/WCFDocumentos.svc/soap"
|
|
binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IWCFDocumentos"
|
|
contract="WCFDocumentos.IWCFDocumentos" name="WSHttpBinding_IWCFDocumentos" />
|
|
<endpoint address="http://srv-eqabpm/ULA.Cathay.IntegracionesEIK/IntegracionesConsultaEIK.svc"
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IIntegracionesConsultaEIK"
|
|
contract="WCFIntegracionesConsultaEIK.IIntegracionesConsultaEIK"
|
|
name="BasicHttpBinding_IIntegracionesConsultaEIK" />
|
|
<endpoint address="http://srv-eqabpm/UltWeb/ClientServicesWS/Service.asmx"
|
|
binding="basicHttpBinding" bindingConfiguration="ServicesSoap"
|
|
contract="ServicioUltimusClient.ServicesSoap" name="ServicesSoap" />
|
|
<endpoint address="http://localhost/ULA.Cathay.IntegracionesSAP/IntegracionesEPower.svc"
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IIntegracionesEPower"
|
|
contract="ServicioEPower.IIntegracionesEPower" name="BasicHttpBinding_IIntegracionesEPower" />
|
|
<endpoint address="http://localhost/ULA.Cathay.WCFMetodosCathay/MetodosCathay.asmx"
|
|
binding="basicHttpBinding" bindingConfiguration="MetodosCathaySoap1"
|
|
contract="ServicioMetodosCathay.MetodosCathaySoap" name="MetodosCathaySoap" />
|
|
<endpoint address="http://192.168.65.211/IEntidadBPM/IEntidadBPM.asmx"
|
|
binding="basicHttpBinding" bindingConfiguration="IEntidadBPMSoap"
|
|
contract="WCFGenerales.IEntidadBPMSoap" name="IEntidadBPMSoap" />
|
|
<endpoint address="http://localhost/ULA.Cathay.IntegracionesSAP/IntegracionesSAP.svc"
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IIntegracionesSAP"
|
|
contract="ServicioSAP.IIntegracionesSAP" name="BasicHttpBinding_IIntegracionesSAP" />
|
|
<endpoint address="http://srv-bpmdesa/IEntidadWordToPDF/WS.svc"
|
|
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IWS"
|
|
contract="WordToPDF.IWS" name="BasicHttpBinding_IWS" />
|
|
</client>
|
|
|
|
<behaviors>
|
|
<serviceBehaviors>
|
|
<behavior name="">
|
|
<serviceMetadata httpGetEnabled="true" httpsGetEnabled="true" />
|
|
<serviceDebug includeExceptionDetailInFaults="false" />
|
|
</behavior>
|
|
</serviceBehaviors>
|
|
</behaviors>
|
|
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />
|
|
</system.serviceModel>
|
|
<applicationSettings>
|
|
<ULA.Cathay.Credito.Properties.Settings>
|
|
|
|
<setting name="ULA_Cathay_Credito_CotizadorServiceLayer_calcular" serializeAs="String">
|
|
<value>http://localhost/serviciosweb/Calcular_Mensualidad.asmx</value>
|
|
</setting>
|
|
<setting name="TipoOperacionCredito" serializeAs="String">
|
|
<value>TipoOperacionCredito</value>
|
|
</setting>
|
|
</ULA.Cathay.Credito.Properties.Settings>
|
|
</applicationSettings>
|
|
|
|
|
|
<system.web.webPages.razor>
|
|
<pages pageBaseType="System.Web.Mvc.WebViewPage">
|
|
<namespaces>
|
|
<add namespace=" Ultimus.Utilitarios" />
|
|
<add namespace="Ultimus.Framework" />
|
|
</namespaces>
|
|
</pages>
|
|
</system.web.webPages.razor>
|
|
|
|
|
|
<system.web.extensions>
|
|
<scripting>
|
|
<webServices>
|
|
<jsonSerialization maxJsonLength="2147483647" />
|
|
</webServices>
|
|
</scripting>
|
|
</system.web.extensions>
|
|
|
|
</configuration> |