개정판 992a98b4
효성 테스트내용 오류 수정 및 Search, Favorite 추가
KCOM/app.config | ||
---|---|---|
36 | 36 |
<assemblyIdentity name="Telerik.Windows.Controls.Input" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
37 | 37 |
<bindingRedirect oldVersion="0.0.0.0-2017.3.913.40" newVersion="2017.3.913.40" /> |
38 | 38 |
</dependentAssembly> |
39 |
<dependentAssembly> |
|
40 |
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> |
|
41 |
<bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" /> |
|
42 |
</dependentAssembly> |
|
39 | 43 |
</assemblyBinding> |
40 | 44 |
</runtime> |
41 | 45 |
<userSettings> |
... | ... | |
58 | 62 |
</client>--> |
59 | 63 |
<bindings> |
60 | 64 |
<basicHttpBinding> |
61 |
<binding name="DeepViewPoint" closeTimeout="00:30:00" openTimeout="00:30:00" |
|
62 |
receiveTimeout="00:30:00" sendTimeout="00:30:00" maxReceivedMessageSize="2147483647" /> |
|
65 |
<binding name="DeepViewPoint" closeTimeout="00:30:00" openTimeout="00:30:00" receiveTimeout="00:30:00" sendTimeout="00:30:00" maxReceivedMessageSize="2147483647" /> |
|
63 | 66 |
</basicHttpBinding> |
64 | 67 |
</bindings> |
65 | 68 |
<client> |
66 |
<endpoint address="http://cloud.devdoftech.co.kr:5978/ServiceDeepView.svc" |
|
67 |
binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" |
|
68 |
contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" /> |
|
69 |
<endpoint address="http://localhost:13009/ServiceDeepView.svc" binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" /> |
|
69 | 70 |
</client> |
70 | 71 |
</system.serviceModel> |
71 | 72 |
<startup> |
... | ... | |
79 | 80 |
<setting name="KCOM_Get_FinalImage_Get_PdfImage" serializeAs="String"> |
80 | 81 |
<value>http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx</value> |
81 | 82 |
</setting> |
83 |
<setting name="mainServerImageWebPath" serializeAs="String"> |
|
84 |
<value>http://cloud.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
|
85 |
</setting> |
|
82 | 86 |
</KCOM.Properties.Settings> |
83 | 87 |
</applicationSettings> |
84 | 88 |
<entityFramework> |
내보내기 Unified diff