개정판 6a19b48d
issue #00000 페이지 이미지 download 로직 수정
Change-Id: I4da03c36b5a135eea80b57b20ada38239afd1082
KCOM_API/Web.config | ||
---|---|---|
28 | 28 |
</system.Web> |
29 | 29 |
--> |
30 | 30 |
<system.web> |
31 |
<httpRuntime executionTimeout="600"/>
|
|
31 |
<!--<httpRuntime executionTimeout="600"/>-->
|
|
32 | 32 |
<compilation targetFramework="4.5" debug="true"/> |
33 | 33 |
<pages controlRenderingCompatibilityVersion="4.0"/> |
34 | 34 |
<globalization requestEncoding="utf-8" responseEncoding="utf-8"/> |
35 |
<httpModules> |
|
35 |
<!--<httpModules>
|
|
36 | 36 |
<add name="ServiceRedirector" type="KCOM_API.ServiceRedirector"/> |
37 |
</httpModules> |
|
37 |
</httpModules>-->
|
|
38 | 38 |
</system.web> |
39 | 39 |
<system.serviceModel> |
40 |
<extensions> |
|
41 |
<bindingElementExtensions> |
|
42 |
<add name="WcfExtension" |
|
43 |
type="WcfExtensions.ServiceModel.Configuration.CompressionElement, WcfExtensions.ServiceModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/> |
|
44 |
</bindingElementExtensions> |
|
45 |
</extensions> |
|
40 | 46 |
<!--<diagnostics wmiProviderEnabled="true" performanceCounters="Default"> |
41 | 47 |
<messageLogging logEntireMessage="true" logMalformedMessages="true" |
42 | 48 |
logMessagesAtTransportLevel="true" /> |
43 | 49 |
<endToEndTracing activityTracing="true" messageFlowTracing="true" /> |
44 | 50 |
</diagnostics>--> |
45 |
<diagnostics performanceCounters="Default"/>
|
|
51 |
<!--<diagnostics performanceCounters="Default"/>-->
|
|
46 | 52 |
<behaviors> |
47 | 53 |
<endpointBehaviors> |
48 | 54 |
<behavior name="WebHttpBehavior"> |
... | ... | |
79 | 85 |
</security> |
80 | 86 |
</binding> |
81 | 87 |
</wsHttpBinding> |
88 |
<customBinding> |
|
89 |
<binding name="customCompressionBinding"> |
|
90 |
<WcfExtension level="Fast"/> |
|
91 |
<httpTransport maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" requestInitializationTimeout="00:03:00" maxBufferSize="2147483647"> |
|
92 |
<!-- <webSocketSettings keepAliveInterval="00:03:00" maxPendingConnections="500" /> --> |
|
93 |
</httpTransport> |
|
94 |
</binding> |
|
95 |
</customBinding> |
|
82 | 96 |
</bindings> |
83 | 97 |
<services> |
84 | 98 |
<service behaviorConfiguration="KCOM_API.SilverlightServiceBehavior" name="KCOM_API.ServiceDeepView"> |
85 |
<endpoint address="" binding="basicHttpBinding" bindingConfiguration="LargeBuffer" name="DeepViewPoint" contract="KCOM_API.ServiceDeepView"> |
|
86 |
<identity> |
|
87 |
<dns value="localhost"/> |
|
88 |
</identity> |
|
89 |
</endpoint> |
|
99 |
<endpoint address="" binding="basicHttpBinding" bindingConfiguration="LargeBuffer" name="DeepViewPoint" contract="KCOM_API.ServiceDeepView"/> |
|
100 |
<endpoint address="GZIP" binding="customBinding" bindingConfiguration="customCompressionBinding" name="MarkusAPIgzip" contract="KCOM_API.ServiceDeepView"/> |
|
90 | 101 |
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/> |
91 |
<host> |
|
92 |
<timeouts closeTimeout="00:30:00" openTimeout="00:30:00"/> |
|
93 |
</host> |
|
94 | 102 |
</service> |
95 | 103 |
<service name="KCOM_API.MarkusService"> |
96 | 104 |
<endpoint address="Rest" behaviorConfiguration="WebHttpBehavior" binding="webHttpBinding" bindingConfiguration="" name="MarkusServiceWebEndPoint" |
... | ... | |
99 | 107 |
</service> |
100 | 108 |
</services> |
101 | 109 |
</system.serviceModel> |
102 |
<system.webServer> |
|
110 |
<!--<system.webServer>
|
|
103 | 111 |
<validation validateIntegratedModeConfiguration="false"/> |
104 | 112 |
<modules> |
105 | 113 |
<add name="ServiceRedirector" type="KCOM_API.ServiceRedirector"/> |
106 | 114 |
</modules> |
107 |
</system.webServer> |
|
115 |
</system.webServer>--> |
|
116 |
<system.webServer> |
|
117 |
<validation validateIntegratedModeConfiguration="false"/> |
|
118 |
</system.webServer> |
|
108 | 119 |
<applicationSettings> |
109 | 120 |
<KCOM_API.Properties.Settings> |
110 | 121 |
<setting name="TileSoucePath" serializeAs="String"> |
내보내기 Unified diff