How can I get Chrome to delegate credentials without opening asp.net apps in IE first?
问题 I get the following error in Chrome browser (if I have NOT opened the app in IE first): : Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON' and depending on the code used to get the username I might get this error: System.DirectoryServices.DirectoryServicesCOMException: An operations error occurred I've narrowed down the issue to Chrome gets to the impersonation level of " Impersonation " whereas IE gets to the impersonation level of " Delegation ". I wrote a simple app c#.net 4.5.2 called