When I try to create a database people collection on RavenDb, I get the following error:
The remote server returned an error: (403) Forbi
This was answered in the comments, however I'll post it here for posterity.
The issue is resolved by changing the web.config value:
To:
Here is the link to the config page that explains each of the options. Be aware that this option will in fact turn off authentication, if you wish to run with authentication you will need the 'Get' or 'None' setting and you will also need to make sure Windows Authentication is installed (IIS 7.5) and enabled on the Raven IIS Application.