ravendb-http Questions
2
Solved
I have written the following code to add a title field to the document 1 in my raven database.
url := "http://localhost:8083/databases/drone/docs/1"
fmt.Println("URL:>", url)
var jsonStr = []b...
Masthead asked 27/8, 2015 at 17:14
2
Solved
I have installed RavenDB 2.5.0 as Windows Service.
When I try to run Raven.Server.exe as Administrator or not I receive this:
Trying to revoke rights for http.sys
runas netsh http delete urlacl ur...
Cofferdam asked 10/2, 2014 at 13:19
1
Solved
I configure my document store in the following way:
store = new DocumentStore { Url = serverUrl };
store.Initialize();
I like to know how I can make sure prior or post initialization but before ...
Crenel asked 15/2, 2013 at 8:4
1
© 2022 - 2024 — McMap. All rights reserved.