Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚开始使用 RavenDB,并且能够从数据库中添加、删除和查询文档。但是,当我在 localhost:8080 上查看数据库工作室时,它显示数据库有 0 个文档。有谁知道为什么会这样?
Change the connection string to contain the database name
<add name="RavenDB" connectionString="Url=http://localhost:8080;Database=MyDatabaseName" />