Access Denied is a security process where an unauthorized user tries to access a resource that (s)he doesn't have access to.
7
votes
4answers
2k views
Web scoped Timer Job
Could you help me understand the SharePoint timer job?
The issue is simple. I should implement a page and put it to the layout folder (the page should be accessible from any web). This page should ...
0
votes
8answers
3k views
Access denied when code is executed remotely as a wcf service
Following my previous question The folowing code when executed locally as a console app is working fine, But when I include the same code in a WCF service, I am getting Access is denied exception.
...
0
votes
3answers
1k views
Can't access sharepoint site from local workstation.
I can access a sharepoint site from the server. I can't access it from a desktop client.
I can indeed ping the server, and there is a response, but from a browser trying to access the sharepoint ...
5
votes
4answers
4k views
Creating a Site collection programmatically throws exception <nativehr>0x80070005</nativehr>
I'm migrating a SharePoint customization from MOSS 2007 to SharePoint Server 2010 (Win 2008), which creates the Site Collection programmatically. Problem is I'm unable to create the Site Collection ...
3
votes
3answers
3k views
FeatureActivated event receiver giving access denied when trying so set WebApplication property
When a Site event feature is activated I am trying to set some properties on the web application. My feature uses this value.
public override void FeatureActivated(SPFeatureReceiverProperties ...
2
votes
1answer
607 views
“Access denied” while loading the BCS list from the database
I have tried to display data from SQL Server to a SharePoint page through BCS services
using SharePoint 2010 designer.
While loading I am getting this error:
Access denied. You do not have ...
3
votes
2answers
545 views
FBA User Profile Creation Access Denied
I'm writing this post because I think I've exhausted every other avenue.
Basically I have a Claims-based SharePoint site that has Forms Authentication setup. Everything works well, registrations, etc.
...
0
votes
2answers
613 views
Permission problems (access denied) when listing all user profile images
We have a webapp http://intranet01 (default zone) with an internal zone AAM http://intranet and a public zone http://intranet.company.com. Everyting works fine except one solution.
The solution ...