0 How can I point my Rockit to another server? 2 Ken Roach posted 9 Years Ago I have installed the Rockit SDK and setup a local database. But I'm running a database on 3essentials server I'd like to use for testing,instead of the localhost database. How can I get my Rockit setup to use that database? I thought I just needed to edit the web.connectionstrings.config file like this: add name="RockContext" connectionString="Data Source=vserverXXX.3essentials.com;Initial Catalog=DatabaseName; User Id=DatabaseUSerNAme; password=DatabaseUserPassword;MultipleActiveResultSets=true" providerName="System.Data.SqlClient"/ But that doesn't seem to work.