Reputation: 153
I have an embedded database in windows forms app. Is it possible to browse it using ravendb management studio? All examples that I found concerned used web app approach.
Upvotes: 3
Views: 295
Reputation: 153
Answer provided by Fitzchak Yitzchaki was almost 100% correct(there wasn't any mention about Windows Forms). Lots of credits go also to desigenr of this database who helped me with some problems.
So to summarize what needs to be done to acces RavenDb Management Studio:
UseEmbeddedHttpServer
as in answer provided by Fitzchak
Yitzchaki.I hope this post will help someone.
Upvotes: 2