Production
- Set the DisableStrictNameChecking registry entry to 1.
- Click Start, click Run, type regedit, and then click OK.
- In Registry Editor, locate and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0 - Right-click MSV1_0, point to New, and then click Multi-String Value.
- Type BackConnectionHostNames, and then press ENTER.
- Right-click BackConnectionHostNames, and then click Modify.
- In the Value data box, type the host name or the host names for the sites that are on the local computer, and then click OK. Enter hostnames as myhostname.domain.com on a separate line for each site in your farm.
- Quit Registry Editor, and then restart the IISAdmin service.
Test
This method can expose a security risk to your SharePoint farm, so be sure to only do this method in a test or development environment.Open PowerShell and Run as Administrator. Type in the cmdlet:
New-ItemProperty HKLM:\System\CurrentControlSet\Control\Lsa -Name "DisableLoopbackCheck" -value "1" -PropertyType dword
Reboot the server.
References
- http://support.microsoft.com/kb/896861
- http://blogs.technet.com/b/sharepoint_foxhole/archive/2010/06/21/disableloopbackcheck-lets-do-it-the-right-way.aspx