Some features of SharePoint 2013 need to enable the BLOB cache in SharePoint 2013 like Image Renditions.
Will share the post about image renditions soon.
This is easy…
- Open the web.config of your SharePoint web application
- Search for <BlobCache
- You will find the following line
<BlobCache location=“C:\BlobCache\14“ path=“\.gif|jpg|jpeg|jpe|jfif|bmp|dib|tif|tiff|themedbmp|themedcss|themedgif|themedjpg|themedpng|ico|png|wdp|hdp|css|js|asf|avi|flv|m4v|mov|mp3|mp4|mpeg|mpg|rm|rmvb|wma|wmv|ogg|ogv|oga|webm|xap)$“ maxSize=“10“ enabled=“false“ />
4. Change the enabled=“false“ to enabled=“true“
No comments:
Post a Comment