SharePoint - SharePoint 2010 not logging in on server
Asked By Chester Thomas on 22-Jan-11 04:23 PM
I did a SharePoint upgrade from 2007 to 2010 and all seems to be fine. I cannot however log in to any of my web applications on the actual server I installed SharePoint on. I keep getting prompted for login details - on both IE and firefox. I can log into central admin with no problems. Can anyone help.
Chester Thomas replied to Jatin Prajapati on 24-Jan-11 09:03 AM
Thanks for your effort, I managed to get it to work.
New-ItemProperty HKLM:\System\CurrentControlSet\Control\Lsa -Name "DisableLoopbackCheck" -value "1" -PropertyType dword
running that command in powershell resolved it.