markus / ConvertService / ConverterService / DeepViewConverter / app.config @ 05fd750b
이력 | 보기 | 이력해설 | 다운로드 (1.31 KB)
1 | 7ca218b3 | KangIngu | <?xml version="1.0"?> |
---|---|---|---|
2 | <configuration> |
||
3 | <configSections> |
||
4 | <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > |
||
5 | <section name="DeepViewConverter.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> |
||
6 | </sectionGroup> |
||
7 | </configSections> |
||
8 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup><userSettings> |
||
9 | <DeepViewConverter.Properties.Settings> |
||
10 | <setting name="RemotingPort" serializeAs="String"> |
||
11 | <value>8090</value> |
||
12 | </setting> |
||
13 | </DeepViewConverter.Properties.Settings> |
||
14 | </userSettings> |
||
15 | <system.serviceModel> |
||
16 | <bindings> |
||
17 | <basicHttpBinding> |
||
18 | <binding name="ConversionSoap" /> |
||
19 | </basicHttpBinding> |
||
20 | </bindings> |
||
21 | <client> |
||
22 | <endpoint address="http://localhost:2390/Conversion.asmx" binding="basicHttpBinding" |
||
23 | bindingConfiguration="ConversionSoap" contract="ServiceConverter.ConversionSoap" |
||
24 | name="ConversionSoap" /> |
||
25 | </client> |
||
26 | </system.serviceModel> |
||
27 | </configuration> |