I'm hosting RavenDB in my local IIS. It works like a charm.
Any idea what I am missing here though in testing the HTTP API? Using a browser, my call to http://localhost/RavenDB/databases/[databasename]/docs/Users/[id]
returns the expected json result for the request.
However, I've found that a call to http://localhost/RavenDB/databases/[databasename]/docs/Users
returns nothing! should it not be returning the collection of all user documents?