Anonymous authentication allows any user to access any public content without providing a user name and password challenge to the client browser.
0
votes
1answer
307 views
How to enable anonymous access for the custom master page in SP2010
I created one site with forms based authentication and anonymous access. That is working fine. Now i want to replace the master page with the custom master page. I just copied the nightandday.master ...
0
votes
1answer
20 views
Workflow not working for anonymous users
By default, it seems that SharePoint cannot execute a Workflow if an Anonymous user is creating a item.
Can someone help me on this?
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
0answers
35 views
Anonymous user when subscribing to RSS feeds for a List on an Internet facing site throws “An unexpected error has occurred”
I have an Internet facing SharePoint 2010 site collection which has anonymous access enabled, the list is set to view items for anonymous users.
The anonymous users can view the list, but when you ...
0
votes
1answer
40 views
Anonymous access to the master page gallery
I'm using SharePoint 2013 on prem and have stored some script files under _catalogs/masterpage where the master page that I'm using is stored.
I've enabled anonymous access to the site and the master ...
1
vote
0answers
44 views
Disable Anonymous Authentication results in Access denied/401 on root site
I disabled the anonymous access in IIS 8 / Authentication hosting SharePoint 2013. Now when I browse to http://sharepoint13/ I get a "This page has not been shared with you".
When I browse to ...
0
votes
1answer
112 views
Grant Anonymous access on SharePoint 2013 site
I'm using the SharePoint 2013 of the new office 365, and I'm experiencing some troubles to grant access to the anonymous users to the website.
I want to make the SharePoint site public like if it was ...
0
votes
1answer
61 views
Anonymous access active, but getting access denied SharePoint 2010?
I have created a Site Collection, which I have granted anonymous access.
I have the home page, and other pages, such a resources..and they work with anonymous access, you can view the content.
Under ...
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
1answer
50 views
How to allow sharepoint users to comment on blogs as anonymous?
I have blog create for my staff in sharepoint. The staff are all users. But when they comment on some posts, they want to comment as anonymous. Is there a way for it without an external solutions?
2
votes
2answers
66 views
Anonymous access on Sharepoint 2010, pages created using Visual Studio
How do we make the pages what we created using Visual Studio inherit permissions?
They work fine when the person is signed on, but when they are anonymous, you cannot access the pages.
How do I get ...
0
votes
2answers
78 views
Disabling Anonymous Access
How can I disable Anonymous Access to my sharepoint sites? I am without access to the Site Collecition Administration page, and can not seem to find this solution anywhere online.
When I go to the ...
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
59 views
401 after iisreset
We have a sharepoint 2010 public web site , it ask a user/pass for first request after iisreset. It's working good after first request.
There is noting in windows event log, only i found in ...
0
votes
1answer
58 views
is anonymous user form javascript
I'm using sp2010
I have computability problem with IE7 ,where a piece of the ribbon left in top of the screen.
I want to remove it if the user come to the anonymous website with JavaScript.
My ...
1
vote
1answer
148 views
anonymous access and listdata.svc
We are trying to use an ajax call to get list data for an anonymous site. We are using this on our intranet site and it works well. We build an html file that calls the list service (via ajax) and we ...
0
votes
1answer
400 views
How do I enable anonymous access for only subsites of publishing sites?
How do I enable anonymous access for only subsites of publishing sites?
0
votes
0answers
41 views
using search to display list content for anonymous user on publishing site with lockdown mode
Can someone tell me how restrictive the lockdown feature is (for anon publishing sites) when it comes to searching list content? Does it only prevent accessing the back-end/form views of the list or ...
1
vote
2answers
1k views
what does “unpublish” page exactly do?
It seems I'm not getting the function of the unpublish button in SharePoint publishing pages. I have a page where I edited and published multiple times. Which means I have multiple major versions and ...
0
votes
2answers
257 views
Search only crawls a minimal part of my site
I have a regular SharePoint site setup that is setup to allow anonymous access. It has around ~40 pages setup with various text and pictures, spread over 6 sub-webs.
Crawling is setup, the content ...
7
votes
1answer
935 views
SharePoint 2013 and anonymous access problem
We run into following problem:
We have application, that makes authenticated calls to sharepoint 2013 REST services (PUT and GET). Everything works well, when anonymous access
is turned off.
But we ...
1
vote
0answers
50 views
How Do I Allow Unique Permissions and Anonymous Access?
I have a situation in Sharepoint where we have departments with different folders, we want everyone to have access to these folders to read but only each department head to have write access to their ...
2
votes
1answer
732 views
Anonymous access to WSDL of custom web service
I developed and deployed a custom web service to "layouts" folder.
I can call it without problems from a .net application with NTLM validation.
But I need call it from a java application with ...
1
vote
1answer
85 views
SharePoint2010 configured with Win, FBA and SSRS with Integrated,reports working fine but after enable the anonymous subsite reports are not working
Site Details
SharePoint web application
Enable Windows Authentication with NTLM
Enable FBA(With appropriate setting)
Reporting Services with Integrated Mode
Reports configured with Trusted Account
...
1
vote
1answer
104 views
How to enable anonymous access to custom app page
I'm trying to make a custom application page which can be viewed by anonymous users. So far I've:
Inherited the code behind from UnsecuredLayoutsPageBase
Overriden AllowAnonymousAccess to always ...
1
vote
1answer
135 views
How can I prevent anonymous users from seeing unapproved blog comments?
Anonymous users are able to post a blog comment, but are able to see unapproved comments that are simply draft items on the Comments list. This seems like a bug that MS simply has not addressed yet.
...
1
vote
3answers
77 views
How create a link on the master page when ever no one is signed in
I created a site with anonymous access and forms based authentication. Now I want to show the link to create a new user in the master page when ever no one is signed in. Can any one please help to ...
1
vote
1answer
162 views
Anonymous blog posts and comments?
We have an HR blog on the SharePoint and would like everyone to post and comments, issues or feedback on it. However, we want it to say annonymous for the user that posted rather than the actual ...
0
votes
2answers
76 views
Access denied even though AllowAnonymousAccess is true
I have a weird problem.
I'm making an application page public using
protected override bool AllowAnonymousAccess
{
get
{
return true;
}
}
I use the same ...
1
vote
1answer
73 views
Turn on Anonymous blog comments
I've created an anonymous blog subsite. My root site is also anonymous. I can access default.aspx anonymously, but not /Lists/Posts/Post.aspx?ID=1
I've tried breaking permission inheritance and ...
0
votes
2answers
152 views
How to programmatically determine if anonymous access is enabled for a SharePoint 2010 Web Application using C#?
In Central Administration\Manage Web Applications, there is the ability to enable anonymous access on a web application through the authentication providers. Is there a way to programmatically ...
9
votes
8answers
2k views
How can we use a different masterpage for annoymous and authenticated users?
Is there a way to load a different master page if I can identify the user to be annonymous?
0
votes
0answers
169 views
Anonymous users cannot attach files to a List
Anonymous users cannot attach files (zipped < 25mb) to a list.
Is there any way we can have anonymous users attach files to the list?
On the anonymous page, there is a form in which user has to ...
0
votes
0answers
89 views
How to restrict SharePoint authentication cookies to subdomain?
I have a corporate site which is exposed through SharePoint, actually, from different farms, under the same domain. Of course, they are independent from the internal point of view, but from the user's ...
0
votes
1answer
153 views
Sharepoint2010 Site is not opening in Mobile
I am having site in Sharepoint2010,it is working fine in all browser.
but when i open it in Mobile it shows me : 401 Unauthorize access.
I have Anonymous Access checked on this site from central ...
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:
...
0
votes
1answer
194 views
People Picker Control with Anonymous Access
SP2010 Visual C# Web Part.
How can I allow Anonymous users the ability to use the People Picker control? I have already tried the typical RunWithElevatedPrivileges but continue to get
"The control is ...
0
votes
3answers
2k views
how to authenticate and login to sharepoint 2010 programmatically?
when you in the SharePoint site anonymously, easily you can click on Login link and base on your authentication type either you prompted for credentials or will redirect to the login page(if FBA ...
0
votes
1answer
124 views
Yet another anonymous access question
It seems like anonymous access to SP lists is an excruciating pain for all besides the security reasons. My boss wants a single form in the list be public and redirect to a thank you page once an ...
1
vote
0answers
366 views
SP 2010 Windows Authentication Default Login
I want to be able to use a simple HttpModule to catch visits to a sharepoint site that don't automaticly pass windows authentication and log them in as a default windows account.
I want it to be so ...
3
votes
2answers
1k views
Zones, AAM, Host Headers,
I am getting really confused as when to use AAM and when to use header. I wish there was table to list scenarios and based on that you would pick AAM or host headers.
Same thing I am trying to ...
4
votes
5answers
2k views
Anonymous Access users can't submit InfoPath 2010 form to Form Library
We have a public-facing SharePoint 2010 Enterprise server hosting a Publishing Portal site running InfoPath Forms Services. We have an InfoPath Form on the server which submits to a Form Library. This ...
2
votes
2answers
575 views
SPF2010 Blog displays “Alert Me” for anonymous users
Working on a public facing SharePoint Foundation 2010 site with anonymous access enabled. Anonymous/authenticated access to content works as expected without problems so far.
Accessing the Blog with ...
0
votes
0answers
74 views
Another SP2010 Anonymous Access Issue
here's the Scenario:
I have a Site Collection with 10 Webs under it, each with it's own SubWebs.
All i want to achieve is to enable Access to the site Anonymously.
In order to Access Anonymously, ...
0
votes
1answer
134 views
I can't see anonymous access menu in SharePoint 2010
I'm so confused because after enabling anonymous access in central administration panel on SharePoint 2010, I can't see the Anonymous access in the Site Setting -> Site Permissions
Any idea?
2
votes
3answers
598 views
Anonymous user search results returning null on SharePoint 2010 public facing site
We have two websites 1)Internal and 2)External. The external website is extended from the internal website. I can see the search results when I search on the internal site, but I am getting 0 results ...
0
votes
0answers
209 views
Allowing Anonymous access on subsite (Blog)
I have enabled anonymous access from central administration. Now my site is accessible from public facing url but my blog still not accessing check: (wwwqa.nextdocs.com/en-us/blogs). I also noticed ...
3
votes
1answer
1k views
Allowing anonymous access to sub-sites?
I want to open the site up for public viewing, which I've done by going Site Permissions -> Anonymous Access -> Entire Web Site
The problem is, I have some sub-sites because I wanted a drop down ...
0
votes
1answer
209 views
SharePoint 2010 Anonymous Site issues with not staying logged in
I'm currently experiencing an issue on SP 2010 and anonymous sites. Sometimes I am unable to stay logged in.
On an anonymously accessible site, when trying to log into the site, the page seems to ...
3
votes
1answer
397 views
Windows Auth + Anononymous + Custom Application in SP Web App in IIS = SPContext.Current.Web.CurrentUser - null for authenticated users
The Issue
There is a forum application (YetAnotherForum) that is integrated with SharePoint and allows posting (and other things) for authenticated users in SharePoint.
It has a customized ...






