guide

How to know the changed files between the releases

Hopefully this one is helpful for creating your own checklist of every single deployment. Preresiquites Sitecore development developing with Sitecore Unicorn applying Gitflow using TortoiseGit Step by step guide download TortoiseGit and install it switch to current-release git branch and pull code to make sure you get the latest code of current-release branch on your… Continue reading How to know the changed files between the releases

cms

How to make Sitecore store media as database records completely

By default, Sitecore stores media assets in binary format in the database. We just need to make sure 02 Sitecore settings (normally they’re in \App_Config\Sitecore.config) as-are via /sitecore/admin/ShowConfig.aspx: Media.UploadAsFiles = false Media.DisableFileMedia = false However, it is NOT working as expected. Users will upload media as files rather than database records if they check Upload as files… Continue reading How to make Sitecore store media as database records completely