Tagged Questions
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 ...
0
votes
1answer
191 views
Content Deployment and Anonymous Access Denied Issues
Scenario: We have an authoring server that we do our content editing on for our SharePoint 2007 public website. We have a Content Deployment Path setup to deploy the content from the authoring server ...
0
votes
1answer
745 views
Blank 401 Unauthorized page when authentication fails
I have a MOSS 2007 webapp with 3 sites:
Root web with anonymous access enabled
Subsite with anonymous access enabled
Subsite with anonymous access disabled
When attempting to open site #3 while ...
0
votes
2answers
635 views
Why do I get 401 UNAUTHORIZED when I'm entering to WSS 3.0 site?
When I'm opening for the first time my webpage on WSS 3.0 I always get 401 UNAUTHORIZED. I was trying a lot of resolutions from Google results. I disabled loop back check. Added administrator rights ...
0
votes
1answer
472 views
“Cannot find ContentPlaceHolder” error when anonymous access enabled
I have a custom master page, custom.master, for a publishing site. It was working fine, however I just enabled anonymous access to the publishing site, and now browsing to the home page for that site ...
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
794 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).
...