프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / KCOM / app.config @ 4318fdeb

이력 | 보기 | 이력해설 | 다운로드 (4.81 KB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<configuration>
3
  <configSections>
4
    <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
5
      <section name="KCOM.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
6
    </sectionGroup>
7
    <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
8
      <section name="KCOM.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
9
    </sectionGroup>
10
    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
11
    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
12
  </configSections>
13
  <runtime>
14
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
15
      <dependentAssembly>
16
        <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
17
        <bindingRedirect oldVersion="0.0.0.0-2.6.10.0" newVersion="2.6.10.0" />
18
      </dependentAssembly>
19
      <dependentAssembly>
20
        <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
21
        <bindingRedirect oldVersion="0.0.0.0-2.6.10.0" newVersion="2.6.10.0" />
22
      </dependentAssembly>
23
      <dependentAssembly>
24
        <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
25
        <bindingRedirect oldVersion="0.0.0.0-2.2.29.0" newVersion="2.2.29.0" />
26
      </dependentAssembly>
27
      <dependentAssembly>
28
        <assemblyIdentity name="Telerik.Windows.Controls" publicKeyToken="5803cfa389c90ce7" culture="neutral" />
29
        <bindingRedirect oldVersion="0.0.0.0-2017.3.1018.40" newVersion="2017.3.1018.40" />
30
      </dependentAssembly>
31
      <dependentAssembly>
32
        <assemblyIdentity name="Telerik.Windows.Data" publicKeyToken="5803cfa389c90ce7" culture="neutral" />
33
        <bindingRedirect oldVersion="0.0.0.0-2017.3.913.40" newVersion="2017.3.913.40" />
34
      </dependentAssembly>
35
      <dependentAssembly>
36
        <assemblyIdentity name="Telerik.Windows.Controls.Input" publicKeyToken="5803cfa389c90ce7" culture="neutral" />
37
        <bindingRedirect oldVersion="0.0.0.0-2017.3.913.40" newVersion="2017.3.913.40" />
38
      </dependentAssembly>
39
    </assemblyBinding>
40
  </runtime>
41
  <userSettings>
42
    <KCOM.Properties.Settings>
43
      <setting name="BaseClientAddress" serializeAs="String">
44
        <value>http://localhost:10533</value>
45
      </setting>
46
    </KCOM.Properties.Settings>
47
  </userSettings>
48
  <system.serviceModel>
49
    <!--<bindings>
50
      <basicHttpBinding>
51
        <binding name="DeepViewPoint" />
52
      </basicHttpBinding>
53
    </bindings>
54
    <client>
55
      <endpoint address="http://localhost:13009/ServiceDeepView.svc"
56
        binding="basicHttpBinding" bindingConfiguration="DeepViewPoint"
57
        contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" />
58
    </client>-->
59
    <bindings>
60
      <basicHttpBinding>
61
        <binding name="DeepViewPoint" closeTimeout="00:30:00" openTimeout="00:30:00"
62
          receiveTimeout="00:30:00" sendTimeout="00:30:00" maxReceivedMessageSize="2147483647" />
63
      </basicHttpBinding>
64
    </bindings>
65
    <client>
66
      <endpoint address="http://cloud.devdoftech.co.kr:5978/ServiceDeepView.svc"
67
        binding="basicHttpBinding" bindingConfiguration="DeepViewPoint"
68
        contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" />
69
    </client>
70
  </system.serviceModel>
71
  <startup>
72
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
73
  </startup>
74
  <applicationSettings>
75
    <KCOM.Properties.Settings>
76
      <setting name="KCOM_kr_co_devdoftech_cloud_FileUpload" serializeAs="String">
77
        <value>http://cloud.devdoftech.co.kr:5977/ImageUpload/FileUpload.asmx</value>
78
      </setting>
79
      <setting name="KCOM_Get_FinalImage_Get_PdfImage" serializeAs="String">
80
        <value>http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx</value>
81
      </setting>
82
    </KCOM.Properties.Settings>
83
  </applicationSettings>
84
  <entityFramework>
85
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework">
86
      <parameters>
87
        <parameter value="Data Source=.\SQLEXPRESS; Integrated Security=True; MultipleActiveResultSets=True" />
88
      </parameters>
89
    </defaultConnectionFactory>
90
  </entityFramework>
91
</configuration>
클립보드 이미지 추가 (최대 크기: 500 MB)