Unable to create new DB in RavenDB 2.x

Noob RavenDB question: just knocked down Raven 2.x and configured it to work in IIS. Just trying to create a new database in RavenDB 2.x through Studio. I have the following set in my configuration:

<add key="Raven/AnonymousAccess" value="All"/>  

I have a physical location that allows me to fully control everything. When I try to create a new database, I get the following:

Failed to get authorization for this command. If you must have access to this operation, contact your administrator and check the Raven / AnonymousAccess or Windows Authentication settings in RavenDB

Server error:

Operation '/ admin / databases / Test' is available only to administrators

Any ideas? Thank!

+5
source share
1 answer

Change this value:

  <add key="Raven/AnonymousAccess" value="Admin"/>  
+8
source

All Articles