<?xml version="1.0" encoding="utf-8"?>
<configuration>
	<appSettings>
		<add key="Seguimiento" value="1"/>
		<add key="SeguimientoValidacionDns" value="0"/>
		<add key="TipoDeInicio" value="2"/>
		<add key="AtajosDelTeclado" value="2"/>
		<add key="UrlDelHub" value="https://HUB.GAUDI.SINPE.FI.CR/wcfv2/Bccr.Firma.Fva.Hub/"/>
		<add key="UrlDelHubWan" value="https://HUB.GAUDI.WAN.SINPE.FI.CR/wcfv2/Bccr.Firma.Fva.Hub/"/>
		<add key="ClientSettingsProvider.ServiceUri" value=""/>
		<add key="UrlDelServicio" value="https://API.GAUDI.SINPE.FI.CR/"/>
		<add key="UrlDelServicioWan" value="https://API.GAUDI.WAN.SINPE.FI.CR/"/>
		<add key="RutaCodigoAutorizacion" value ="C:\CICLON"/>		
	</appSettings>
	<runtime>
		<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
			<dependentAssembly>
				<assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
				<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0"/>
			</dependentAssembly>
		</assemblyBinding>
	</runtime>
	<system.web>
		<membership defaultProvider="ClientAuthenticationMembershipProvider">
			<providers>
				<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400"/>
			</providers>
		</roleManager>
	</system.web>
	<system.net>
		<settings>
			<servicePointManager expect100Continue="false"/>
		</settings>
		<connectionManagement>
			<add address="*" maxconnection="10"/>
		</connectionManagement>
	</system.net>
	<startup>
		<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
	</startup>
</configuration>
