Reputation: 1187
I'm experimenting a bit with ravendb.
When testing on a remote Win2008 r2 server, with ravendb as an IIS website, I receive the error "The credentials supplied to the package were not recognized".
Any ideas?
Upvotes: 1
Views: 1019
Reputation: 374
Your windows authentication may use kerberos behind the scenes especially if the remote webserver is talking to another remote machine hosting RavenDB.
You may either setup kerberos correctly (SetSPN....) or disable windows authentication and use another authentication method.
I experienced this issue myself, you may want to read my full story.
Upvotes: 1
Reputation: 6839
Take a look here:
http://ayende.com/blog/15361/the-evil-tricks-of-ldquo-it-works-on-my-machinerdquo-in-reverse http://ayende.com/blog/16385/more-auth-issues-0xc000006d-on-windows-2008-r2
Upvotes: 1