Secure RavenDb Management Studio on Server -


i have created website in iis ravendb on server. can access raven studio on 127.0.0.10 make server accessible on public ip. there way of securing management studio asks username/password before can access it?

i have set raven/anonymousaccess none can't seem figure out how set username/password combination log in.

update

ok i've worked out. it's not ravendb setting it's configured in iis (thanks fitzchack). after creating ravendb iis website took following steps:

  1. create windows user (ravendbadmin)
  2. disable anonymous authentication website
  3. enable windows authentication website

when accessing site on public server ip ask password first.

ravendb uses windows accounts default (oauth supported too), need create windows account , use credentials in order log ravendb.

just layer of security, can restrict iis website itself, force login twice in studio. not required, nice option have.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -