Источник:
http://crm.project95.com/crm-2011-repeated-login-prompt
==============
Have you had the issue with repeated login prompts when trying to access CRM 2011? I've had this issue recently and it was driving me crazy. I've read some people solve the issue with the below method:
- go to IIS manager
- select the CRM website
- select Authentication
- select windows authentication
- click on Providers, and add kerberos as the second enabled provider after NTLM
Unfortunately, this didn't fix it for me, but I managed to get it working by editing the file - %windir%\system32\inetsrv\config\applicationHost.config as below.
For all of the CRM web site nodes find and replace all instances of: -
with
e.g.
For the top level directory I needed to add useKernalMode="true" also.
Hopefully one of these methods will work for you!
Permalink |
Leave a comment »
Источник:
http://crm.project95.com/crm-2011-repeated-login-prompt