markus / ConvertService / ConverterService / ConvertionWebService / Web.config @ 54a28343
이력 | 보기 | 이력해설 | 다운로드 (1.27 KB)
1 |
<?xml version="1.0"?> |
---|---|
2 |
|
3 |
<!-- |
4 |
For more information on how to configure your ASP.NET application, please visit |
5 |
http://go.microsoft.com/fwlink/?LinkId=169433 |
6 |
--> |
7 |
|
8 |
<configuration> |
9 |
<configSections> |
10 |
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > |
11 |
<section name="ConvertionWebService.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
12 |
</sectionGroup> |
13 |
</configSections> |
14 |
<system.web> |
15 |
<compilation debug="true" targetFramework="4.0" /> |
16 |
</system.web> |
17 |
|
18 |
<applicationSettings> |
19 |
<ConvertionWebService.Properties.Settings> |
20 |
<setting name="ErrorNoticeID" serializeAs="String"> |
21 |
<value /> |
22 |
</setting> |
23 |
<setting name="ConverterRemotingUrl" serializeAs="String"> |
24 |
<value>tcp://cloud.devdoftech.co.kr:8091/remConverterPDF</value> |
25 |
</setting> |
26 |
</ConvertionWebService.Properties.Settings> |
27 |
</applicationSettings> |
28 |
<system.serviceModel> |
29 |
<bindings /> |
30 |
<client /> |
31 |
</system.serviceModel> |
32 |
</configuration> |