The 401 tag has no wiki summary.
0
votes
1answer
26 views
Running asp.net app that accesses sharepoint web services on same server - getting 401 Unauthorized
I have an asp.net appliation that makes use of sharepoint web services that is running on the same server as my sharepoint installation. I was using computername:portnumber to access the site, but ...
0
votes
2answers
173 views
Password required? The remote server returned an error: (401) Unauthorized
I'm trying reference a sharepoint list item in my aspx page using the Sharepoint Client Object Model. I have been granted 'Full Control' privileges on this list. The problem is that I can only ...
0
votes
1answer
526 views
SharePoint 2013 Workflow Authentication Error 401
I'm trying to let a SharePoint 2013 workflow run as a regular user (not a site collection administrator).
When starting the workflow it fails right away with the error:
RequestorId": ...
1
vote
1answer
189 views
ListData.svc with complex filters, Internet Explorer, 400 Bad HTTP request,
I have a problem understanding how ListData.svc can be debugged using IE8 and IE9.
I have a URL that looks like this:
...
0
votes
1answer
394 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
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 ...
3
votes
2answers
4k views
401 - unauthorized on root site collection
Just installed my SP2013 Foundation Preview and i receive a 401 Error if im trying to access the server with a domain account. I added it to the Server Roles as Owner, Member and Site Collection ...
1
vote
0answers
152 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
3answers
2k views
Client Object Model gives 401 when impersonating logged in user - MVC App
I have an ASP.NET MVC app that connects to SharePoint 2010 via the Client OM. When I run ExecuteQuery(), I get a HTTP 401 error from SharePoint.
I have the MVC app set to impersonate the logged in ...
2
votes
1answer
423 views
Get Error 401 when trying to download a document from a library programatically
I'm trying to download a document with this code :
using (Impersonator impersonator = new Impersonator())
{
siteURL += "?NoRedirect=true";
System.Net.WebClient _WebClient = new ...
0
votes
3answers
142 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
0answers
210 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 ...
0
votes
2answers
371 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 ...
0
votes
1answer
270 views
Additional WFE 401 errors?
I recently joined another SharePoint server to the farm and have everything seemingly lined up. Testing wise I've just put an entry in the hosts file and pointed the IP at the new WFE. Additional 3rd ...
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 ...
1
vote
2answers
986 views
SharePoint 2010 Insights (PerformancePoint): '401 Unauthorized' error on invoking 'Run Dashboard designer'
Environment: SharePoint 2010 on Windows 2008 R2 Standard + SQL Server 2008 R2
I am trying to setup the BI infrastructure Lab as outlined in this article: ...
8
votes
5answers
2k views
SharePoint 2010 custom 401 error page on authenticated site
I'm trying to create a custom 401 error page for my site. The setup is a SharePoint 2010 enterprise site with subwebs. The entire solution requires authentication (no anonymous access). I've tried ...
1
vote
1answer
380 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
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 ...
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
23 views
Could 11.5 Million 401's be causing bottlenecks?
I'm going to preface this with a warning: My knowledge about servers and networking is VERY limited, and if you provide me with technical answers, I probably won't understand much until I research ...
2
votes
2answers
187 views
401 IIS Error for SearchAdmin.asmx
I have a three server SharePoint 2007 MOSS environment where my IIS logs continue to get pounded with 401.1 and 401.2. These logs are filling up so much that they consume my HDD. I can tell from ...
0
votes
1answer
472 views
Http 401 entries in IIS log of SharePoint Server
I am trying to fix a performance problem on a WSS 3.0 clustered site.
Each server has ca. 30000 requests per hour, but ca. 90% are of type:
2010-10-13 10:00:05 W3SVC14309999999
servername ...
4
votes
1answer
2k views
How to customize the “access denied” sharepoint page
Is there a way to customize the "access denied" page that users get when trying to access a page they are not allowed to access?
I need this page to have the same look and feel of the site rather ...