markus / FinalService / KCOM_FinalService / ProcessPublish / CommonLib.dll.config @ cf1cc862
이력 | 보기 | 이력해설 | 다운로드 (598 Bytes)
1 | 1305c420 | taeseongkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <configuration> |
||
3 | <system.serviceModel> |
||
4 | <bindings> |
||
5 | <basicHttpBinding> |
||
6 | <binding name="DeepViewPoint"/> |
||
7 | </basicHttpBinding> |
||
8 | </bindings> |
||
9 | <client> |
||
10 | <endpoint address="http://localhost:13009/ServiceDeepView.svc" binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" contract="MARKUS_API.ServiceDeepView" name="DeepViewPoint"/> |
||
11 | </client> |
||
12 | </system.serviceModel> |
||
13 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration> |