개정판 cf1cc862
licensing 수정
Change-Id: I3bffa280e0205be1031c133bf4716929fcbd7c54
KCOM_API/Web.config | ||
---|---|---|
26 | 26 |
</system.Web> |
27 | 27 |
--> |
28 | 28 |
<system.web> |
29 |
|
|
29 | 30 |
<compilation targetFramework="4.5" debug="true"/> |
30 | 31 |
<pages controlRenderingCompatibilityVersion="4.0"/> |
31 |
<globalization |
|
32 |
requestEncoding="utf-8"
|
|
33 |
responseEncoding="utf-8"
|
|
34 |
/>
|
|
32 |
<globalization requestEncoding="utf-8" responseEncoding="utf-8"/>
|
|
33 |
<httpModules>
|
|
34 |
<add name="ServiceRedirector" type="KCOM_API.ServiceRedirector"/>
|
|
35 |
</httpModules>
|
|
35 | 36 |
</system.web> |
36 | 37 |
<system.serviceModel> |
37 | 38 |
<diagnostics wmiProviderEnabled="true" performanceCounters="Default"> |
... | ... | |
100 | 101 |
</system.serviceModel> |
101 | 102 |
<system.webServer> |
102 | 103 |
<validation validateIntegratedModeConfiguration="false"/> |
104 |
<modules> |
|
105 |
<add name="ServiceRedirector" type="KCOM_API.ServiceRedirector"/> |
|
106 |
</modules> |
|
103 | 107 |
</system.webServer> |
104 | 108 |
<applicationSettings> |
105 | 109 |
<KCOM_API.Properties.Settings> |
내보내기 Unified diff