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:
- Click Start -> Run, type regedit, and click OK.
- In Registry Editor, locate: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
- Right-click Lsa, select "New", and then click DWORD Value.
- Type DisableLoopbackCheck, and then press ENTER.
- Right-click DisableLoopbackCheck, and then click Modify.
- In the Value data box, type 1, and then click OK.
- Quit Registry Editor, and then restart your computer.
Note: This resolve my issue :)
Thanks,
No comments:
Post a Comment