0
votes
2answers
61 views

Error occurred in deployment step 'Activate Features': Access is denied

I build SP 2010 project through VS 2010. On deploying through visual studio, I get following error: Error occurred in deployment step 'Activate Features': Access is denied. Any idea, what's wrong ?? ...
0
votes
1answer
76 views

Redirect users to specific list when users come to access denied page

I have given full control by 'stop inheriting permission' on 1 list(Tasks list) to 1 user(Demo user). So user automatically gets limited access in sharepoint site(www.demo.com) when user open ...
5
votes
1answer
150 views

Access Denied in deploy SharePoint Hosted App

I'm trying to build a sharepoint app with type sharepoint hosted app, i'm following the instructions of msdn site: ...
0
votes
0answers
74 views

Permissions issue, a list item that cannot be edited or deleted

I have logged in as the Farm Admin, tried to delete the record directly, no luck. Tried to create a workflow as the Farm/Timer Service Account, the Installation/Administration account, using ...
1
vote
3answers
587 views

Access denied when adding a user to a group RunWithElevatedPrivileges

I am trying to create a site and add users to its group. it creates the site successfully but when I try to add users to groups I get Access denied and no user has been added to groups here is my ...
2
votes
1answer
173 views

Will feature receiver get activate if user has no permissions to a site?

Here's what I need...User does not have access to a site (http://myserver/sites/MySite). When user tries to access they are redirected to ugly AccessDenied.aspx. I was researching and found that ...
4
votes
2answers
1k views

Create a custom error page to redirect to instead of generic AccessDenied.aspx?

When a user has not been given permissions to a particular site they receive the ugly "Error: Access Denied" page. Is it possible to capture this on one particular team site (via custom webpart) and ...