개정판 77cdac33
벽산 수정 후 백업
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