Tagged Questions
1
vote
1answer
137 views
Give anonymous access to explicit page in document library
I have the following situation (SharePoint 2010):
A document library contains publishing pages. Anonymous access is enabled. The publishing pages are separeted in folders.
Now i have the situation ...
0
votes
3answers
348 views
How to show quick launch items for Anonymous users?
I have an issue with the quick launch with regards to anonymous users. I have set up my web application and site to allow anonymous read access. All of the libraries, lists, and subsites have this ...
0
votes
1answer
135 views
Anonymous access not allowed
I have a web application that i created //myapp.port# on my web server
I have enabled anonymous access according to this link:
...
1
vote
0answers
158 views
Sharepoint 2007 - override anonymous user permissions, version history button issue
I have enabled "restricted access" to a document library so that the "version history" button doesn't appear for non-anonymous users in a specific group, this is working fine. However if I enable ...
2
votes
4answers
1k views
Hiding data from anonymous users in SharePoint Foundation 2010 site
I manage a SharePoint Foundation 2010 site, hosted by a web hosting company, that is an Internet-facing site. Most of the lists (Calendar, Announcements, etc.) are for public (anonymous) consumption. ...
0
votes
2answers
253 views
Anonymous users can only see site if “SitePages/Home.aspx” is in URL
I have a public-facing SharePoint Foundation 2010 site managed by a hosting company, so I don't have access to the 14 hive, web.config, Central Administration, etc. The site is a standard Team Site, ...
3
votes
1answer
592 views
Permissions error in IE 8 but not Firefox 6.0.2?
I am using the Javascript Client Object model to access some information from a list. Below is the code I am using:
function getDeptInfo(id) {
//var value = ...
1
vote
1answer
330 views
SPList AnonymousPermMask64 vs AllowEveryoneViewItems
Have an site that is a mix of Anon and Restricted content (requires authentication). We have a picture library that is used by high level authenticated users to upload to display "advertisements" on ...
1
vote
2answers
1k views
How to set permissions on SharePoint to hide an aspx page for authenticated users and to make it visible for anonymous users
I have a portal based on a publishing portal. The portal (SPSite) contains has two websites (SPWebs) one is anonymously accessible and other one isn't. This works as expected.
Now I want to set the ...
0
votes
2answers
793 views
List permission issue for anonymous users
I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I am using publishing portal template. I am creating a list with the default "Title" column -- Title (linked to item).
...