프로젝트

일반

사용자정보

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

markus / KCOM_API / Web.config @ 1f2348b2

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

1
<?xml version="1.0"?>
2
<!--
3
  For more information on how to configure your ASP.NET application, please visit
4
  https://go.microsoft.com/fwlink/?LinkId=169433
5
  -->
6
<configuration>
7
  <configSections>
8
    <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
9
      <section name="KCOM_API.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
10
    </sectionGroup>
11
  </configSections>
12
  <connectionStrings>
13
    <add name="ConnectionString"
14
      connectionString="metadata=res://*/DataModel.KCOM_Model.csdl|res://*/DataModel.KCOM_Model.ssdl|res://*/DataModel.KCOM_Model.msl;provider=System.Data.SqlClient;provider=System.Data.SqlClient;provider connection string=&quot;data source=cloud.devdoftech.co.kr,7777;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;multipleactiveresultsets=True;App=EntityFramework&quot;"
15
      providerName="System.Data.EntityClient"/>
16
    <add name="CIConnectionString"
17
      connectionString="metadata=res://*/DataModel.CIModel.csdl|res://*/DataModel.CIModel.ssdl|res://*/DataModel.CIModel.msl;provider=System.Data.SqlClient;provider=System.Data.SqlClient;provider connection string=&quot;data source=cloud.devdoftech.co.kr,7777;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;multipleactiveresultsets=True;App=EntityFramework&quot;"
18
      providerName="System.Data.EntityClient"/>
19
  </connectionStrings>
20
  <!--
21
    web.config 변경 내용에 대한 설명은  http://go.microsoft.com/fwlink/?LinkId=235367을 참고하십시오.
22

    
23
    다음 특성은 <httpRuntime> 태그에 설정할 수 있습니다.
24
      <system.Web>
25
        <httpRuntime targetFramework="4.5" />
26
      </system.Web>
27
  -->
28
  <system.web>
29
    <compilation targetFramework="4.5" debug="true"/>
30
    <pages controlRenderingCompatibilityVersion="4.0"/>
31
  </system.web>
32
  <system.serviceModel>
33
    <diagnostics wmiProviderEnabled="true">
34
      <messageLogging logEntireMessage="true" logMalformedMessages="true" logMessagesAtTransportLevel="true"/>
35
      <endToEndTracing activityTracing="true" messageFlowTracing="true"/>
36
    </diagnostics>
37
    <behaviors>
38
      <endpointBehaviors>
39
        <behavior name="WebHttpBehavior">
40
          <webHttp helpEnabled="true" defaultBodyStyle="Wrapped" defaultOutgoingResponseFormat="Json"/>
41
        </behavior>
42
      </endpointBehaviors>
43
      <serviceBehaviors>
44
        <behavior name="KCOM_API.SilverlightServiceBehavior">
45
          <serviceMetadata httpGetEnabled="true"/>
46
          <serviceDebug includeExceptionDetailInFaults="false"/>
47
          <dataContractSerializer maxItemsInObjectGraph="2147483647"/>
48
        </behavior>
49
        <behavior name="">
50
          <serviceMetadata httpGetEnabled="true" httpsGetEnabled="true"/>
51
          <serviceDebug includeExceptionDetailInFaults="false"/>
52
        </behavior>
53
      </serviceBehaviors>
54
    </behaviors>
55
    <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true"/>
56
    <bindings>
57
      <basicHttpBinding>
58
        <binding name="LargeBuffer" receiveTimeout="04:30:00" openTimeout="00:30:00" sendTimeout="04:30:00" closeTimeout="00:30:00" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647">
59
          <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>
60
        </binding>
61
      </basicHttpBinding>
62
    </bindings>
63
    <services>
64
      <service behaviorConfiguration="KCOM_API.SilverlightServiceBehavior" name="KCOM_API.ServiceDeepView">
65
        <endpoint address="" binding="basicHttpBinding" bindingConfiguration="LargeBuffer" name="DeepViewPoint" contract="KCOM_API.ServiceDeepView">
66
          <identity>
67
            <dns value="localhost"/>
68
          </identity>
69
        </endpoint>
70
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/>
71
      </service>
72
      <service name="KCOM_API.MarkusService">
73
        <endpoint address="Rest" behaviorConfiguration="WebHttpBehavior" binding="webHttpBinding" bindingConfiguration="" name="MarkusServiceWebEndPoint" contract="KCOM_API.MarkusService"/>
74
        <endpoint binding="basicHttpBinding" bindingConfiguration="" name="MarkusServiceEndPoint" contract="KCOM_API.MarkusService"/>
75
      </service>
76
    </services>
77
  </system.serviceModel>
78
  <system.webServer>
79
    <validation validateIntegratedModeConfiguration="false"/>
80
  </system.webServer>
81
  <applicationSettings>
82
    <KCOM_API.Properties.Settings>
83
      <setting name="TileSoucePath" serializeAs="String">
84
        <value>http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value>
85
      </setting>
86
      <setting name="TileSoucePath_SUB" serializeAs="String">
87
        <value>http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value>
88
      </setting>
89
      <setting name="IsProjectNoPass" serializeAs="String">
90
        <value>True</value>
91
      </setting>
92
    </KCOM_API.Properties.Settings>
93
  </applicationSettings>
94
</configuration>
클립보드 이미지 추가 (최대 크기: 500 MB)