프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ServiceBase / Markus.Service.Station / App.config @ 3abe8d4e

이력 | 보기 | 이력해설 | 다운로드 (1.39 KB)

1 a5e5fff6 taeseongkim
<?xml version="1.0" encoding="utf-8"?>
2 2d0113f1 taeseongkim
<configuration>
3
  <configSections>
4 a5e5fff6 taeseongkim
    <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/>
5
    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
6 2d0113f1 taeseongkim
  </configSections>
7
  <log4net>
8
    <appender name="EventLogAppender" type="log4net.Appender.EventLogAppender">
9 a5e5fff6 taeseongkim
      <applicationName value="ServiceStation"/>
10 2d0113f1 taeseongkim
      <layout type="log4net.Layout.PatternLayout">
11 a5e5fff6 taeseongkim
        <conversionPattern value="%date [%thread] %-5level %logger - %message%newline"/>
12 2d0113f1 taeseongkim
      </layout>
13
    </appender>
14
    <root>
15 a5e5fff6 taeseongkim
      <level value="All"/>
16
      <appender-ref ref="EventLogAppender"/>
17 2d0113f1 taeseongkim
    </root>
18
  </log4net>
19
  <startup>
20 a5e5fff6 taeseongkim
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
21 2d0113f1 taeseongkim
  </startup>
22
  <entityFramework>
23 a5e5fff6 taeseongkim
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"/>
24 2d0113f1 taeseongkim
    <providers>
25 a5e5fff6 taeseongkim
      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/>
26 2d0113f1 taeseongkim
    </providers>
27
  </entityFramework>
28 0157b158 taeseongkim
  <system.serviceModel>
29 a5e5fff6 taeseongkim
    <bindings/>
30
    <client/>
31 0157b158 taeseongkim
  </system.serviceModel>
32 43e1d368 taeseongkim
  <!--<runtime>
33
    <loadFromRemoteSources enabled="true" />
34
  </runtime>-->
35 a5e5fff6 taeseongkim
</configuration>
클립보드 이미지 추가 (최대 크기: 500 MB)