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>