프로젝트

일반

사용자정보

개정판 77cdac33

ID77cdac33b7bca4641193c97216f85dde1a21cb5e
상위 74abcf6f
하위 a7bee7cf

김태성이(가) 약 3년 전에 추가함

벽산 수정 후 백업

Change-Id: I8e3eb48f615478a49efa0ab4014a8ef17d273d0a

차이점 보기:

License/Web.config
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2
<configuration>
3
  <configSections>
4
    <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
5
  </configSections>
6
  <log4net debug="true">
7
    <appender name="RollingLogFileAppender" type="log4net.Appender.RollingFileAppender">
8
      <file value="logs\log.txt" />
9
      <appendToFile value="true" />
10
      <rollingStyle value="Size" />
11
      <maxSizeRollBackups value="10" />
12
      <maximumFileSize value="100KB" />
13
      <staticLogFileName value="true" />
14
      <layout type="log4net.Layout.PatternLayout">
15
        <conversionPattern value="%-5p %d %5rms %-22.22c{1} %-18.18M - %m%n" />
16
      </layout>
17
    </appender>
18
    <root>
19
      <level value="DEBUG" />
20
      <appender-ref ref="RollingLogFileAppender" />
21
    </root>
22
  </log4net>
3 23
  <appSettings>
4 24
	<add key="aspnet:UseTaskFriendlySynchronizationContext" value="true" />
5 25
    <add key="UploadUri" value="https://markuslicense.azurewebsites.net/Upload" />
......
14 34
  <customBinding>
15 35
   <binding name="scureBinding">
16 36
    <textMessageEncoding />
17
    <security>
37
    <!--<security>
18 38
     <localClientSettings maxClockSkew="00:10:00" />
19 39
     <localServiceSettings maxClockSkew="00:10:00" />
20
    </security>
40
    </security>-->
21 41
    <httpTransport />
22 42
   </binding>
23 43
  </customBinding>
......
42 62
    <protocolMapping>
43 63
		<remove scheme="http" />
44 64
		<add scheme="http" binding="wsHttpBinding"/>
45
        <add scheme="https" binding="basicHttpsBinding"/>
65
    <add scheme="https" binding="basicHttpsBinding"/>
46 66
    </protocolMapping>
47 67
    <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />
48 68
  </system.serviceModel>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)