Thursday, January 12, 2012

How to access the sharepoint site in the same server?

Problem:

       I have create a new Web Application and site collection with the host header. After successfull creation i can't able to access my site in same sever, but I can able to access the client machines.

Solution:

      Root cause:  LoobBack check is enable in that server.

How to disable the loopback check in the server?

      Follow these steps:

  1.  Click Start -> Run, type regedit, and click OK.
  2.  In Registry Editor, locate: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
  3.  Right-click Lsa, select "New", and then click DWORD Value.
  4. Type DisableLoopbackCheck, and then press ENTER.
  5. Right-click DisableLoopbackCheck, and then click Modify.
  6. In the Value data box, type 1, and then click OK.
  7. Quit Registry Editor, and then restart your computer.
 

Note: This resolve my issue :)

Thanks,

No comments: