Disable loopback check via Registry

specify the host names that are mapped to the loopback address and can connect to Web sites on your computer
---------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------

  a.  Start,  Run, regedit, and then click OK.
  b.In Registry Editor, locate and then click the following registry key:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0
  c.  Right-click MSV1_0, point to New, and then click Multi-String Value.
  d. Type BackConnectionHostNames, and then press ENTER.
  e.  Right-click BackConnectionHostNames, and then click Modify.
  f.In the Value data box, type the host name or the host names for the sites that are on the local computer (Ipost, IPostAdmin), and then click OK.
    Quit Registry Editor, and then restart the IISAdmin service.


you can also disable loopback check:
--------------------------------------
  a. Click Start, click Run, type regedit, and then click OK.
  b.In Registry Editor, locate and then click the following registry key:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
  c. Right-click Lsa, point to New, and then click DWORD Value.
  d.Type DisableLoopbackCheck, and then press ENTER.
  e.Right-click DisableLoopbackCheck, and then click Modify.
  f.In the Value data box, type 1, and then click OK.



---------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------

for IIS8 (windows server 2012) you must do both steps.

Comments

Popular posts from this blog

OverTheWire[.com] Natas Walkthrough - JUST HINT, NO SPOILERS

SOLVED The item could not be indexed successfully because the item failed in the indexing subsystem

Asp.Net Ending Response options, Response.End() vs CompleteRequest()