开发者

Is it possible to connect to an embedded DB with Raven Management Studio

开发者 https://www.devze.com 2023-03-26 04:04 出处:网络
I\'m playing with Raven DB and am wondering if it\'s possible to connect to an embedded DB with Raven Management Studio. Has 开发者_开发技巧anyone ever done this?If I understood you correct and you me

I'm playing with Raven DB and am wondering if it's possible to connect to an embedded DB with Raven Management Studio. Has 开发者_开发技巧anyone ever done this?


If I understood you correct and you mean the Web UI, you simply have to enable the embedded web server.

var documentStore = new EmbeddableDocumentStore
{
  DataDirectory = "Data",
  UseEmbeddedHttpServer = true
};

See http://ravendb.net/docs/server/deployment/embedded

Also make sure to include Raven.Studio.xap in the root of your web application

0

精彩评论

暂无评论...
验证码 换一张
取 消