Lately I’ve been playing with RavenDb, for building the website of the Web.NET Conference, and after first testing with the embedded db, I decided that it was better to go to “server mode”. So I followed the instruction on how to set it up as IIS application, and I got it working pretty quickly: I could access the management studio from the browser and run the site on my development machine connected to the instance running on the server (by specifying the credentials in the connection string). When I was ready to publish it for doing some real...