markus / ConvertService / ServiceBase / Markus.Service.StationController / App.config @ e19522be
이력 | 보기 | 이력해설 | 다운로드 (1.09 KB)
1 | 45f9a2ad | taeseongkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | 2d0113f1 | taeseongkim | <configuration> |
3 | <startup> |
||
4 | 0498c12e | taeseongkim | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/> |
5 | 2d0113f1 | taeseongkim | </startup> |
6 | <runtime> |
||
7 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
||
8 | 0498c12e | taeseongkim | <!--모든 DLL을 Bin폴더에서 참조한다.--> |
9 | 45f9a2ad | taeseongkim | <probing privatePath="bin"/> |
10 | <!--<dependentAssembly> |
||
11 | 2d0113f1 | taeseongkim | <assemblyIdentity name="CommonServiceLocator" publicKeyToken="489b6accfaf20ef0" culture="neutral" /> |
12 | <bindingRedirect oldVersion="0.0.0.0-2.0.4.0" newVersion="2.0.4.0" /> |
||
13 | 45f9a2ad | taeseongkim | </dependentAssembly>--> |
14 | 2d0113f1 | taeseongkim | </assemblyBinding> |
15 | </runtime> |
||
16 | <system.serviceModel> |
||
17 | <bindings> |
||
18 | <basicHttpBinding> |
||
19 | 45f9a2ad | taeseongkim | <binding name="BasicHttpBinding_IStationService"/> |
20 | 2d0113f1 | taeseongkim | </basicHttpBinding> |
21 | </bindings> |
||
22 | <client> |
||
23 | 0498c12e | taeseongkim | <endpoint address="http://localhost:9101/StationService" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IStationService" contract="StationService.IStationService" name="BasicHttpBinding_IStationService"/> |
24 | 2d0113f1 | taeseongkim | </client> |
25 | </system.serviceModel> |
||
26 | </configuration> |