Archive for February 22, 2012
How to avoid Access denied page in sharepoint
Description Access denied exception is handled by sharepoint platform and user will be redirected to _layouts/AccessDenied.aspx page if user doesn’t have permission to perform that task. This might cause usability problem in some cases The Code: You can handle access denied exception in your code by setting CatchAccessDeniedException value to true. Following code snippet shows […]
February 22, 2012
·
Infoyen ·
No Comments
Tags: avoid Access denied page in sharepoint, CatchAccessDeniedException, MOSS, SharePoint · Posted in: MOSS, SharePoint, SharePoint 2010