Custom Ad - Media.net - Banner
Pages
- Home
- OAuth
- SharePoint 2013 Search Components
- SharePoint 2013 Pre-Requisites
- Reducing Sharepoint Config DB Logfile size
- BLOB Cache
- Managed Paths
- Host-Named Site Collections
- Sharepoint 2010 Capacity Management
- MOSS 2007 Capacity Management
- Sharepoint Search Components
- SharePoint 2010 Upgrade
- STSADM Commands
- Sharepoint Zones
- Sharepoint Unique List ID
- SharePoint 2010 Build/Version Numbers
- SPContentDatabase Powershell
- Export/Import vs Backup/Restore
- Sharepoint Governance
- Site Template ID
- Disabling Loopback Security Check
- Sharepoint ContentDatabase FAQ
- Sharepoint Authentication - Kerberos vs NTLM
- Capacity Management Overview
- Sharepoint Designer
- Ghosting/Unghosting
- Sharepoint 2010 Load Balance Configuration
- Sharepoint 2013 Preview
Thursday, July 5, 2012
Disabling Loop back Security Check
A very common issue which you face while you work on the servers hosting Sharepoint.When you use the fully qualified domain name (FQDN) or a custom host header to browse a local Web site that is hosted on a computer that is running Microsoft Internet Information Services (IIS) 5.1 or a later version, you may receive an error message that resembles the following:
HTTP 401.1 - Unauthorized: Logon Failed
This issue occurs when the Web site uses Integrated Authentication and has a name that is mapped to the local loopback address.
Note You only receive this error message if you try to browse the Web site directly on the server. If you browse the Web site from a client computer, the Web site works as expected.
How to fix this :
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
3. Right-click Lsa, point to 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.
This would resolve the issue :-)
Subscribe to:
Post Comments (Atom)
Great post...Really help full
ReplyDelete