Tagged Questions
2
votes
1answer
165 views
SPSecurity.CatchAccessDeniedException = false: Does Sharepoint keep this setting?
When I add SPSecurity.CatchAccessDeniedException = false; this disables the redirection to a login site.
Does Sharepoint keep that setting until I set it to "true" or just as long until the object is ...
1
vote
1answer
286 views
Weird “Access Denied” - behaviour in read-only mode
In a sharepoint project I save data to a list.
When the Administrator sets the database to ReadOnly, I want to capture the Exception that occurs when trying to write to that list and prevent the ...