سؤال

I've just started playing about with RavenDB and I am able to add, delete and query for documents from the database. However when i view the database studio on localhost:8080 it shows the database as having 0 documents. Does anyone have any idea why this might be ?

لا يوجد حل صحيح

نصائح أخرى

Change the connection string to contain the database name

<add name="RavenDB" connectionString="Url=http://localhost:8080;Database=MyDatabaseName" />
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top