The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
10 views

Access denied for some users - Event ID 1314

I have a really strange problem, some users cannot access my site collection root site, they get a sharepoint error "Access Denied". The event gets logged as shown next in the windows event viewer: ...
1
vote
0answers
64 views

Login anonymous user with username and password by code on a SharePoint main page

I have a custom usercontrol to logon users. My Authentication setting: Authentication Type: Windows Enabled anonymous access IIS Authentication Setting: Basic authentication Now is the question ...
2
votes
1answer
402 views

401 unauthorized when connecting from outside

I've set up a SharePoint Server 2013 on Virtual Machine. When I am connected to this machine with Remote Desktop and navigate to my SP site with browser, I get to log in without problems. But when I ...
1
vote
2answers
207 views

Limit login attempts to a SharePoint server to a single OU

The setup: Several SharePoint 2010 Foundation web applications, each on individual servers. Default SharePoint authentication mechanism in use Single Active Directory Domain controls user ...
0
votes
2answers
323 views

Securing Application Pages

I have a set of application pages stored in the _layouts virtual directory, that I'd like to secure, in order to prevent unauthorized access to the pages, as well as prevent certain actions from being ...
4
votes
1answer
276 views

How to Handle Unathorized Exception

I need to handle unauthorized exception.. My code is something like: try { //MY CODE } catch (Exception exx) { //My Code } I can't understand why if a NOT AUTH exception is thrown, my code didn't ...
0
votes
1answer
761 views

Custom WCF service in Sharepoint 2010 returns 401 Unauthorized

I've followed this guide to create and deploy a custom WCF service in Sharepoint 2010 to be consumed in a Visual Web Part using jQuery. The WCF service's method does several things: Make use of ...
0
votes
1answer
121 views

Set default authorizations for an uploaded document

Is it possible, when you upload a document and put it in a library, to set automatically inherited rights from the library to this document ? Because, for the moment, when I upload a document (during ...
0
votes
2answers
555 views

Sharepoint 2010 IE9 401 Error, while other browsers work

I have a problem on the following system: A domain Sharepoint Foundation 2010 server named srv-sharepoint Any client machine on the same domain. When I try to connect to http://srv-sharepoint in IE ...
2
votes
1answer
268 views

Sharepoint Search: immediately remove search results in case of revoked access

We have a special need for removing documents from SharePoint search results instantly when access is revoked for certain user/group. The kicked out user/group should have the impression the document ...
2
votes
1answer
1k views

Create a sharepoint registration page for external users

I want to make a sharepoint site where everyone has access to the login page. On the login page, there should be a link to a registration page where new users can register. The emailadress provided ...
0
votes
1answer
123 views

SharePoint Claims authentication and web.config role authorizations

I am trying to secure a few application pages with role base authorizations can't seem to get it working , if I set a deny rule for all users the rule works, but anything with a specific group or ...
5
votes
1answer
259 views

Why can I only login if I use “Sign in as a different user”?

Currently, I can only login directly (in any browser) with members of the Sharepoint Farm Administrators group. However, if I login as one of those administrators then login as a regular domain user I ...