120 lines
No EOL
7.3 KiB
XML
120 lines
No EOL
7.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<configSections>
|
|
<section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" />
|
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
|
|
|
<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:UseTaskFriendlySynchronizationContext" value="true" />
|
|
</appSettings>
|
|
<system.web>
|
|
<compilation debug="true" targetFramework="4.5" />
|
|
<httpRuntime targetFramework="4.5" maxRequestLength="2147483647" executionTimeout="600" />
|
|
</system.web>
|
|
|
|
<system.serviceModel>
|
|
<bindings>
|
|
<basicHttpBinding>
|
|
<binding name="IEntidadBPMSoap" 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="WS_eP_CathaySoap" 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" />
|
|
</basicHttpBinding>
|
|
</bindings>
|
|
<client>
|
|
<endpoint address="http://192.168.65.185/ws_ep_cathay/ws_ep_cathay.asmx"
|
|
binding="basicHttpBinding" bindingConfiguration="WS_eP_CathaySoap"
|
|
contract="EstructuraEPower.WS_eP_CathaySoap" name="WS_eP_CathaySoap" />
|
|
<endpoint address="http://192.168.65.211/IEntidadBPM/IEntidadBPM.asmx"
|
|
binding="basicHttpBinding" bindingConfiguration="IEntidadBPMSoap"
|
|
contract="EstructuraSAP.IEntidadBPMSoap" name="IEntidadBPMSoap" />
|
|
</client>
|
|
|
|
<services>
|
|
<service name="ULA.Cathay.IntegracionesSAP.IntegracionesEPower">
|
|
<endpoint address="" binding="basicHttpBinding" bindingConfiguration="WS_eP_CathaySoap" contract="ULA.Cathay.IntegracionesSAP.IIntegracionesEPower">
|
|
</endpoint>
|
|
</service>
|
|
</services>
|
|
|
|
<behaviors>
|
|
<serviceBehaviors>
|
|
<behavior>
|
|
<!-- To avoid disclosing metadata information, set the values below to false before deployment -->
|
|
<serviceMetadata httpGetEnabled="true" httpsGetEnabled="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="false" />
|
|
</behavior>
|
|
</serviceBehaviors>
|
|
</behaviors>
|
|
<protocolMapping>
|
|
<add binding="basicHttpsBinding" scheme="https" />
|
|
</protocolMapping>
|
|
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />
|
|
</system.serviceModel>
|
|
<system.webServer>
|
|
<modules runAllManagedModulesForAllRequests="true" />
|
|
<!--
|
|
To browse web app root directory during debugging, set the value below to true.
|
|
Set to false before deployment to avoid disclosing web app folder information.
|
|
-->
|
|
<directoryBrowse enabled="true" />
|
|
<handlers>
|
|
<!--<add name="svc-ISAPI-4.0_64bit" path="*.svc" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" resourceType="File" preCondition="classicMode,runtimeVersionv4.0,bitness64" />-->
|
|
<!--<add name="svc-ISAPI-4.0_32bit" path="*.svc" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" resourceType="File" preCondition="classicMode,runtimeVersionv4.0,bitness32" />-->
|
|
<!--<add name="svc-ISAPI-2.0-64" path="*.svc" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" resourceType="File" preCondition="classicMode,runtimeVersionv2.0,bitness64" />-->
|
|
<!--<add name="svc-ISAPI-2.0" path="*.svc" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" resourceType="File" preCondition="classicMode,runtimeVersionv2.0,bitness32" />-->
|
|
<!--<add name="svc-Integrated-4.0" path="*.svc" verb="*" type="System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" resourceType="File" preCondition="integratedMode" />-->
|
|
<!--<add name="svc-Integrated" path="*.svc" verb="*" type="System.ServiceModel.Activation.HttpHandler, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" resourceType="File" preCondition="integratedMode" />-->
|
|
</handlers>
|
|
</system.webServer>
|
|
<entityFramework>
|
|
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
|
|
<parameters>
|
|
<parameter value="v11.0" />
|
|
</parameters>
|
|
</defaultConnectionFactory>
|
|
<providers>
|
|
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
|
|
</providers>
|
|
</entityFramework>
|
|
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<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>
|
|
|
|
|
|
<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.Cathay.IntegracionesSAP" />
|
|
<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>
|
|
|
|
|
|
<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></configuration> |