Sharepoint 2016 – Unable to connect to sites from host


When attempting to connect to a SharePoint site from the same server as SharePoint is installed you get authentication failures.

The solution is to create a network loopback

To specify the host names that are mapped to the loopback address and can connect to Web sites on your computer, follow these steps:

  1.  Click Start, click Run, type regedit, and then click OK.
  2. In Registry Editor, locate and then click the following registry key:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0
  3. Right-click MSV1_0, point to New, and then click Multi-String Value.
  4. Type BackConnectionHostNames, and then press ENTER.
  5. Right-click BackConnectionHostNames, and then click Modify.
  6. 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.
  7. Quit Registry Editor, and then restart the IISAdmin service.
Article Rating:
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading...