Sitecore 9 with Sitecore Rocks

With Sitecore 9 we need to add the following things in web.config file in order to connect Sitecore site with rocks. Use this setting only in DEV environment.

Sitecore Rocks to connect Sitecore: 
Add the following in Web.config file

 <location path="sitecore/shell/WebService">
    <system.web>
      <authorization>
        <allow users="?,*" />
      </authorization>
    </system.web>
  </location>

Comments

Popular posts from this blog

Sitecore Search - API Crawler with Edge Pagination

Sitecore Upgrade from 8.1 XP to 10.4 XM Scaled - Part 1

Seamless Media Migration to XM Cloud: A Step-by-Step Guide from Sitecore XP 10.4 and Content Hub Integration - Part 1