markus / ConvertService / ServiceBase / ConvertionWebService / Web.config @ 3c71b3a5
이력 | 보기 | 이력해설 | 다운로드 (2.06 KB)
1 |
<?xml version="1.0"?> |
---|---|
2 |
<!-- |
3 |
For more information on how to configure your ASP.NET application, please visit |
4 |
http://go.microsoft.com/fwlink/?LinkId=169433 |
5 |
--> |
6 |
<configuration> |
7 |
<configSections> |
8 |
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |
9 |
<section name="ConvertionWebService.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> |
10 |
</sectionGroup> |
11 |
</configSections> |
12 |
<!-- |
13 |
web.config 변경 내용에 대한 설명은 http://go.microsoft.com/fwlink/?LinkId=235367을 참고하십시오. |
14 |
|
15 |
다음 특성은 <httpRuntime> 태그에 설정할 수 있습니다. |
16 |
<system.Web> |
17 |
<httpRuntime targetFramework="4.5.2" /> |
18 |
</system.Web> |
19 |
--> |
20 |
<system.web> |
21 |
<compilation debug="true" targetFramework="4.5.2"/> |
22 |
<pages controlRenderingCompatibilityVersion="4.0"/> |
23 |
</system.web> |
24 |
<applicationSettings> |
25 |
<ConvertionWebService.Properties.Settings> |
26 |
<setting name="ErrorNoticeID" serializeAs="String"> |
27 |
<value/> |
28 |
</setting> |
29 |
<setting name="ConverterRemotingUrl" serializeAs="String"> |
30 |
<value>tcp://cloud.devdoftech.co.kr:8091/remConverterPDF</value> |
31 |
</setting> |
32 |
<setting name="MARKUS_V3_PROJECTS" serializeAs="String"> |
33 |
<value>000000,111111</value> |
34 |
</setting> |
35 |
<setting name="MARKUS_V3_ADDRESS" serializeAs="String"> |
36 |
<value>http://localhost:9101/StationService</value> |
37 |
</setting> |
38 |
<setting name="Excelresulturl" serializeAs="String"> |
39 |
<value>http://172.20.120.141:5977/TileSource/Excelexport/</value> |
40 |
</setting> |
41 |
<setting name="Excelfilepath" serializeAs="String"> |
42 |
<value>\\172.20.121.220\comment3\TileSource\Excelexport</value> |
43 |
</setting> |
44 |
</ConvertionWebService.Properties.Settings> |
45 |
</applicationSettings> |
46 |
<system.serviceModel> |
47 |
<bindings/> |
48 |
<client/> |
49 |
</system.serviceModel> |
50 |
</configuration> |