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

Custom Item Url and resolving the item in Sitecore - Buckets

Fixing Sitecore Buckets folder path - Items created after 12 AM server time zone

Sitecore Search - API Crawler with Edge Pagination