278 reputation
19
bio website
location
age 18
visits member for 1 year
seen May 1 at 22:43
stats profile views 14

Apr
28
awarded  Yearling
Apr
10
comment Give anonymous users access to only one page on SharePoint Site
I talked with our SP Admin and he too recommended layouts page, so that's what I'll be doing. Except, it'll be a custom page, with custom content and webparts.
Apr
3
comment Give anonymous users access to only one page on SharePoint Site
One Form. The redirectURL parameter does the magic of redirecting to the site collection.
Apr
3
comment Give anonymous users access to only one page on SharePoint Site
Thanks, I did see the option of creating a layouts page that inherited from UnsecuredLayoutsPageBase. However, I chose it would be easier to just create a page and add the login WP to it. Thanks! You totally nailed the answer!
Apr
3
accepted Give anonymous users access to only one page on SharePoint Site
Apr
2
asked Give anonymous users access to only one page on SharePoint Site
Mar
21
accepted Finding the source of Access Denied errors
Mar
21
answered Finding the source of Access Denied errors
Mar
21
comment Finding the source of Access Denied errors
yeh...i had try / catch long before...check my answer
Mar
21
comment Finding the source of Access Denied errors
yes...i know which WP is causing it. I've added it to a blank page and only that page is giving access denied. All other pages that don't have that web part work fine.
Mar
21
comment Finding the source of Access Denied errors
:( Tried it but didn't make a difference. As I said, it seems the code does not even run.
Mar
21
comment Access denied in Sharepoint 2010 HTTP handler (.ashx)
This only gets subwebs in the root webs. You will have to do a recursion function to go through subwebs of subwebs and so on...
Mar
21
comment Finding the source of Access Denied errors
Thanks a ton! I will give it a try!
Mar
21
revised Finding the source of Access Denied errors
added the actual problem
Mar
21
accepted Where to deploy scripts in a sandbox solution?
Mar
21
comment adding Jquery to Sharepoint 2010
Did you check in? Publish?
Mar
20
comment How to deploy a Custom Page in a SP 2013 SandBox solution?
However, you cannot have back-end code on those pages. As a work around, you can embed a sandbox webpart on that page.
Mar
18
comment Finding the source of Access Denied errors
Removing WPs using ?contents=1 is not an option in my case. We cannot delete those webparts, because there are about 10 WPs in the page, and each WP has specific configurations. Removing webparts 1 by 1 to check which WP is throwing the error and adding them back is very time-consuming.
Mar
18
asked Finding the source of Access Denied errors
Jan
30
awarded  Popular Question