I have created a website in IIS for RavenDb on my server. I currently can access Raven Studio on 127.0.0.10 but I would also like to make the server accessible on the public IP. Is there any way of securing the Management Studio so it asks for a username/password before I can access it?
I have set Raven/AnonymousAccess to none but I can't seem to figure out how to set a username/password combination to log in.
Update
Ok I've worked it out. It's not actually a RavenDb setting it's configured in IIS (Thanks Fitzchack). After creating the RavenDb IIS website I took the following steps:
- Create a windows user (RavenDbAdmin)
- Disable Anonymous authentication for the website
- Enable Windows authentication for the website
When now accessing the site on the public server IP it will ask for a password first.