markus / ConvertService / ServiceBase / ConvertionWebService / Web.config @ 85f68fef
이력 | 보기 | 이력해설 | 다운로드 (2.04 KB)
1 | 2d0113f1 | taeseongkim | <?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 | 6b6e937c | taeseongkim | <value /> |
28 | 2d0113f1 | taeseongkim | </setting> |
29 | <setting name="MARKUS_V3_PROJECTS" serializeAs="String"> |
||
30 | <value>000000,111111</value> |
||
31 | </setting> |
||
32 | <setting name="MARKUS_V3_ADDRESS" serializeAs="String"> |
||
33 | <value>http://localhost:9101/StationService</value> |
||
34 | </setting> |
||
35 | 3c71b3a5 | taeseongkim | <setting name="Excelresulturl" serializeAs="String"> |
36 | <value>http://172.20.120.141:5977/TileSource/Excelexport/</value> |
||
37 | </setting> |
||
38 | <setting name="Excelfilepath" serializeAs="String"> |
||
39 | <value>\\172.20.121.220\comment3\TileSource\Excelexport</value> |
||
40 | </setting> |
||
41 | 6b6e937c | taeseongkim | <setting name="ConverterRemotingUrl" serializeAs="String"> |
42 | <value>tcp://localhost:8091/remConverterPDF</value> |
||
43 | </setting> |
||
44 | 2d0113f1 | taeseongkim | </ConvertionWebService.Properties.Settings> |
45 | </applicationSettings> |
||
46 | <system.serviceModel> |
||
47 | <bindings/> |
||
48 | <client/> |
||
49 | </system.serviceModel> |
||
50 | </configuration> |