The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
144 views

Web part giving 401 on public facing site

I have created a Blog in my site and change its layout. I'm using a webpart which is giving 401 error on public facing site. My Code is: public void CustomBlogLayout() { SPSite thisSite = ...
0
votes
2answers
374 views

Blog Subsite giving 401 UNAUTHORIZED Message

I need help and it would be great if anyone suggest/help. The Problem is: We added a blog sub-site in a SharePoint 2010 publishing site. now the site is browseable in the authoring version. But it ...
3
votes
1answer
409 views

SharePoint 2010 asmx Web Service throws 401 after 10 hours

We've recently upgraded our existing SharePoint 2007 site to SharePoint 2010. We have a couple of internal and external sites that make use of the asmx web services provided by SharePoint. We ...
1
vote
1answer
381 views

Sharepoint Search not crawling Emails with attachments - Failing with 401

I am attempting to search Exchange public folders via SharePoint Enterprise Search. I have a content source pointing at my exchange server, and this successfully indexes some emails. However, any ...
0
votes
1answer
409 views

401 Unauthorized caused by custom master page

just customized a master page for the new SP 2013 Foundation. Deployment, activation etc. works fine (i deploy it using a .wsp built with VS2012) but every time im trying to access my sp-page with the ...
1
vote
0answers
153 views

<asp:loginview> gives me 401 UNAUTHORIZED error when I try and authenticate

I'm working my way through Randy Drisgills book 'Professional SharePointBranding and User Interface Design' In Ch8 p232 Step5 he explains how to use the funtion to hide the Ribbon from Anonymous ...
1
vote
0answers
216 views

How to set up custom 401 error page or redirect in WSS3 SP2 with Windows Auth

I've got a WSS3 sharepoint site that requires windows authentication both in IIS and via the Sharepoint site. What I would like to do is in the case that a user does not provide valid AD credentials ...
0
votes
0answers
211 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 ...