60 lines
3.2 KiB
XML
60 lines
3.2 KiB
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<configSections>
|
|
<section name="DevExpressXpoProfiler" type="DevExpress.Xpo.Logger.ProfilerConfigSection, DevExpress.Data.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" allowLocation="true" allowDefinition="Everywhere" />
|
|
</configSections>
|
|
<appSettings>
|
|
<add key="Modules" value="" />
|
|
<add key="NewVersionServer" value="" />
|
|
<add key="EnableDiagnosticActions" value="False" />
|
|
<add key="Languages" value="hu;en" />
|
|
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
|
</appSettings>
|
|
<connectionStrings>
|
|
<!--XPO Profiler MySQL-->
|
|
<add name="ConnectionString" connectionString="XpoProvider=MySql;server=localhost;user id=root; password=pcl718; database=3c;persist security info=true;CharSet=utf8;" />
|
|
<!--XPO Profiler MS SQL-->
|
|
<!--<add name="ConnectionString" connectionString="User ID=sa; Application Name=FM System; Password=pcl718; Pooling=false; Data Source=SISI5SSD2\SQLEXPRESS; Initial Catalog=FM"/>-->
|
|
<!--XPO Profiler Postgre SQL-->
|
|
<!--<add name="ConnectionString" connectionString="XpoProvider=Postgres;Server=datacenter;User Id=root;Password=pcl718;Database=RabbitMQ;Encoding=UNICODE;"/>-->
|
|
</connectionStrings>
|
|
<system.diagnostics>
|
|
<switches>
|
|
<!-- Use the one of predefined values: 0-Off, 1-Errors, 2-Warnings, 3-Info, 4-Verbose. The default value is 3. -->
|
|
<add name="eXpressAppFramework" value="3" />
|
|
<!--<add name="XPO" value="3" />-->
|
|
<add name="AllowDebugXtraReportScripts" value="False" />
|
|
</switches>
|
|
</system.diagnostics>
|
|
<!--
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
|
|
</startup>
|
|
-->
|
|
<system.serviceModel>
|
|
<bindings>
|
|
<basicHttpBinding>
|
|
<binding name="MNBArfolyamServiceSoap" />
|
|
</basicHttpBinding>
|
|
</bindings>
|
|
<client>
|
|
<endpoint address="http://www.mnb.hu/arfolyamok.asmx" binding="basicHttpBinding" bindingConfiguration="MNBArfolyamServiceSoap" contract="MNBArfolyamService.MNBArfolyamServiceSoap" name="MNBArfolyamServiceSoap" />
|
|
</client>
|
|
</system.serviceModel>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
|
|
</startup>
|
|
<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>
|
|
<DevExpressXpoProfiler serverType="DevExpress.Xpo.Logger.Transport.LogServer" serverAssembly="DevExpress.Xpo.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" categories="SQL;Session;DataCache" port="52934" />
|
|
</configuration> |