SharePoint Development using Angular JS and .Net Web Api -
i creating site in sharepoint using angular js , communicate .net web api.
the web api pull data database , give sharepoint site.
but not getting response .net web api. goes inside web api call , returns data no response coming in sharepoint site.
the error "xmlhttprequest: network error 0x80070005, access denied". have tried sending data web api in jsonp format of no success. if try make call through html page outside of sharepoint server, response.
below code snippet using in code make call.
$http.get('url') .success(function (response) $scope.members = response }).error(function (status) { })
Comments
Post a Comment