This is use full in many scenarios. For me it’s more use full for disable keep on prompting credentials in SharePoint 2013 Environment.
In this method you need to add your domain as an exception list to IIS for not checking the FQDN for loopback.
And navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
and click on MSV1_0
Then add new Multi Connection String
And add BackConnectionHostNames
Then you will see that is added to the registry.
You can double click and add your fully qualified domain names (One per line) that will be working as an exception.
Then you can save and restart the IIS.
Comments