markus / ConvertService / ServiceBase / ConvertionWebServicePublish / Web.config @ c362d2a5
이력 | 보기 | 이력해설 | 다운로드 (1.83 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
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 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 |
</ConvertionWebService.Properties.Settings> |
39 |
</applicationSettings> |
40 |
<system.serviceModel> |
41 |
<bindings /> |
42 |
<client /> |
43 |
</system.serviceModel> |
44 |
</configuration> |
45 |
<!--ProjectGuid: 6115C8D1-15FF-4520-94A2-0AF46EEB9F10--> |