Posts

Showing posts from October, 2012

The credentials supplied to the package were not recognized

I am using ravendb as database in my current project and got tired of the following exception when running the database and the web site on the same machine: The credentials supplied to the package were not recognized Description:   An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.   Exception Details:   System.ComponentModel.Win32Exception: The credentials supplied to the package were not recognized [Win32Exception (0x80004005): The credentials supplied to the package were not recognized] System.Net.NTAuthentication.GetOutgoingBlob(Byte[] incomingBlob, Boolean throwOnError, SecurityStatus& statusCode) +7737075 System.Net.NTAuthentication.GetOutgoingBlob(String incomingBlob) +91 System.Net.NegotiateClient.DoAuthenticate(String challenge, WebRequest webRequest, ICredentials credentials, Boolean preAuthenticate...