1
Image Resizing imageresizing.net을 사용하고 있습니다. 내가 캐시 된 이미지를 제공하기 위해 DiskCache 플러그인을 설치할 때, 오류가 발생합니다 : 여기 필드를 찾을 수 없습니다 : 'ImageResizer.Configuration.PluginConfig.LoggingAvailable'
Field not found: 'ImageResizer.Configuration.PluginConfig.LoggingAvailable'.
가 크기 변경 태그 내 Web.config의 구성입니다 : 테스트를 많이 후
<code> <resizer>
<clientcache minutes="1440" />
<plugins>
<remove name="DefaultEncoder" />
<remove name="NoCache" />
<remove name="ClientCache" />
<add name="DefaultEncoder" />
<add name="NoCache" />
<add name="ClientCache" />
<add name="DiskCache" />
<diskCache dir="~/imagecache" autoClean="false" hashModifiedDate="true" enabled="true"
subfolders="32" cacheAccessTimeout="15000" asyncWrites="false" asyncBufferSize="10485760" />
<cleanupStrategy startupDelay="00:05" minDelay="00:00:20" maxDelay="00:05"
optimalWorkSegmentLength="00:00:04"
targetItemsPerFolder="400" maximumItemsPerFolder="1000"
avoidRemovalIfCreatedWithin="24:00" avoidRemovalIfUsedWithin="4.00:00"
prohibitRemovalIfUsedWithin="00:05" prohibitRemovalIfCreatedWithin="00:10" />
</plugins>
</resizer></code>
[진단 페이지의 내용] (http://imageresizing.net/support) XML에 HTML 태그가 있습니까? –