개정판 684ef11c
issue #719 AutoCAD 저장 작업 중
Change-Id: I46dfcaa8fb3b15907afe75a1e17ae643bef64f3f
KCOM_API/Web.config | ||
---|---|---|
5 | 5 |
--> |
6 | 6 |
<configuration> |
7 | 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" />
|
|
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 | 10 |
</sectionGroup> |
11 | 11 |
</configSections> |
12 |
<!-- |
|
13 |
web.config 변경 내용에 대한 설명은 http://go.microsoft.com/fwlink/?LinkId=235367을 참고하십시오. |
|
14 |
|
|
15 |
다음 특성은 <httpRuntime> 태그에 설정할 수 있습니다. |
|
16 |
<system.Web> |
|
17 |
<httpRuntime targetFramework="4.5" /> |
|
18 |
</system.Web> |
|
19 |
--> |
|
12 | 20 |
<system.web> |
13 |
<compilation debug="true" targetFramework="4.0"/>
|
|
21 |
<compilation debug="true" targetFramework="4.5"/>
|
|
14 | 22 |
<pages controlRenderingCompatibilityVersion="4.0"/> |
15 | 23 |
</system.web> |
16 |
<system.serviceModel>
|
|
24 |
<system.serviceModel> |
|
17 | 25 |
<behaviors> |
18 | 26 |
<serviceBehaviors> |
19 | 27 |
<behavior name="KCOM_API.SilverlightServiceBehavior"> |
20 |
<serviceMetadata httpGetEnabled="true" />
|
|
21 |
<serviceDebug includeExceptionDetailInFaults="false" />
|
|
28 |
<serviceMetadata httpGetEnabled="true"/> |
|
29 |
<serviceDebug includeExceptionDetailInFaults="false"/> |
|
22 | 30 |
<!--Jaedoo 최소용량때문에 추가한거임--> |
23 | 31 |
<dataContractSerializer maxItemsInObjectGraph="2147483647"/> |
24 | 32 |
</behavior> |
... | ... | |
27 | 35 |
<serviceHostingEnvironment multipleSiteBindingsEnabled="true"/> |
28 | 36 |
<bindings> |
29 | 37 |
<basicHttpBinding> |
30 |
<binding name="LargeBuffer" receiveTimeout="04:30:00" openTimeout="00:30:00" sendTimeout="04:30:00" |
|
31 |
closeTimeout="00:30:00" |
|
32 |
maxBufferSize="2147483647" maxReceivedMessageSize="2147483647"> |
|
33 |
<readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" |
|
34 |
maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" /> |
|
35 |
|
|
38 |
<binding name="LargeBuffer" receiveTimeout="04:30:00" openTimeout="00:30:00" sendTimeout="04:30:00" closeTimeout="00:30:00" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647"> |
|
39 |
<readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/> |
|
36 | 40 |
</binding> |
37 | 41 |
</basicHttpBinding> |
38 | 42 |
</bindings> |
39 | 43 |
<services> |
40 | 44 |
<service behaviorConfiguration="KCOM_API.SilverlightServiceBehavior" name="KCOM_API.ServiceDeepView"> |
41 |
<endpoint address="" binding="basicHttpBinding" bindingConfiguration="LargeBuffer" name="DeepViewPoint" contract="KCOM_API.ServiceDeepView" >
|
|
45 |
<endpoint address="" binding="basicHttpBinding" bindingConfiguration="LargeBuffer" name="DeepViewPoint" contract="KCOM_API.ServiceDeepView">
|
|
42 | 46 |
<identity> |
43 |
<dns value="localhost" />
|
|
47 |
<dns value="localhost"/> |
|
44 | 48 |
</identity> |
45 | 49 |
</endpoint> |
46 |
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
|
|
50 |
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/> |
|
47 | 51 |
</service> |
48 | 52 |
</services> |
49 | 53 |
</system.serviceModel> |
... | ... | |
60 | 64 |
</setting> |
61 | 65 |
</KCOM_API.Properties.Settings> |
62 | 66 |
</applicationSettings> |
63 |
</configuration> |
|
67 |
</configuration> |
내보내기 Unified diff