Top Menu

Tuesday, April 23, 2013

SharePoint 2013 - App Development - End User - NothingButSharePoint.com

SharePoint 2013 - App Development - End User - NothingButSharePoint.com

1 comment:

  1. When you try to access the app, you might face a problem that login prompt comes again and again and even if you provide the credentials, it doesn't work. It is because of loop back check is not disabled.

    Solution:
    1. Go-to the following registry key: "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa"
    2. Create "DisableLoopbackCheck" as DWord
    3. Enter Value "1".

    Ref:
    http://sharepointchick.com/archive/2012/07/29/setting-up-your-app-domain-for-sharepoint-2013.aspx

    ReplyDelete

Official SharePoint Documentation

I have recently contributed to the official SharePoint documentation for developement. Check it out here: https://docs.microsoft.com/en-us...