markus / ConvertionWebServiceDefault / Web.config @ d21e9c15
이력 | 보기 | 이력해설 | 다운로드 (2.52 KB)
1 | d21e9c15 | 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 | <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> |
||
12 | <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> |
||
13 | </configSections> |
||
14 | <!-- |
||
15 | web.config 변경 내용에 대한 설명은 http://go.microsoft.com/fwlink/?LinkId=235367을 참고하십시오. |
||
16 | |||
17 | 다음 특성은 <httpRuntime> 태그에 설정할 수 있습니다. |
||
18 | <system.Web> |
||
19 | <httpRuntime targetFramework="4.5.2" /> |
||
20 | </system.Web> |
||
21 | --> |
||
22 | <system.web> |
||
23 | <compilation debug="true" targetFramework="4.6.1"/> |
||
24 | <pages controlRenderingCompatibilityVersion="4.0"/> |
||
25 | </system.web> |
||
26 | <applicationSettings> |
||
27 | <ConvertionWebService.Properties.Settings> |
||
28 | <setting name="ErrorNoticeID" serializeAs="String"> |
||
29 | <value/> |
||
30 | </setting> |
||
31 | <setting name="MARKUS_V3_PROJECTS" serializeAs="String"> |
||
32 | <value>000000,111111</value> |
||
33 | </setting> |
||
34 | <setting name="MARKUS_V3_ADDRESS" serializeAs="String"> |
||
35 | <value>http://localhost:9101/StationService</value> |
||
36 | </setting> |
||
37 | <setting name="Excelresulturl" serializeAs="String"> |
||
38 | <value>http://172.20.120.141:5977/TileSource/Excelexport/</value> |
||
39 | </setting> |
||
40 | <setting name="Excelfilepath" serializeAs="String"> |
||
41 | <value>\\172.20.121.220\comment3\TileSource\Excelexport</value> |
||
42 | </setting> |
||
43 | <setting name="ConverterRemotingUrl" serializeAs="String"> |
||
44 | <value>tcp://localhost:8091/remConverterPDF</value> |
||
45 | </setting> |
||
46 | </ConvertionWebService.Properties.Settings> |
||
47 | </applicationSettings> |
||
48 | <system.serviceModel> |
||
49 | <bindings/> |
||
50 | <client/> |
||
51 | </system.serviceModel> |
||
52 | <entityFramework> |
||
53 | <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"/> |
||
54 | </entityFramework> |
||
55 | </configuration> |