Connect Sitecore 9 instance in Sitecore Rocks

We have found our self needing to connect Sitecore Rocks to Sitecore 9 instance.

When we try to connect to Sitecore 9 instance in Sitecore Rocks in the first time we can not connect.

In order to make it work we have to tweak web.config with following entry to system.web xml node.


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

view raw

tweak.xml

hosted with ❤ by GitHub

🙂