System.UnauthorizedAccessException Anonymous JSOM October 12, 2016
Posted by juanpablo1manrique in SharePoint2013.Tags: SharePoint
trackback
Para solucionar esto
1.Paso
Central Administration ->
Application Management ->
Manage web applications ->
Select : Authentication Providers ->
Default ->
Uncheck Require Use Remote Interfaces permission:
2.Paso
$web = Get-SPWebApplication -Identity http://myserver:myport
$web.ClientCallableSettings.AnonymousRestrictedTypes.Remove([Microsoft.SharePoint.SPList],”GetItems”)
$web.Update()
Comments»
No comments yet — be the first.