Monday 29 July 2013

Enabling BLOB cache in SharePoint 2013

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…
  1. Open the web.config of your SharePoint web application
  2. Search for <BlobCache
  3. 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

Rescan Disk Option Greyed Out | New Disks Not visible on Disk management | Update-HostStorageCache

  Recently I have added several LUN from NetApp Storage to Hyper-V servers. But in the disk management I couldn't see those new LUN. Exi...