Membership personalization - Shared Scope problem

  • Thread starter Thread starter Leeor Chernov
  • Start date Start date
L

Leeor Chernov

Hi, I am trying to make my
WebPartManager.Personalization.CanEnterSharedScope to true,

I tried to put in web.config the authorization part :
<allow verbs="enterSharedScope" users="SomeUserAccount"
roles="admin" />
</authorization>

and it is still remain false,

How can I make my web page enter into the shared scope ?

Leeor C.
 
Hi, I am trying to make my
WebPartManager.Personalization.CanEnterSharedScope to true,

I tried to put in web.config the authorization part :
<allow verbs="enterSharedScope" users="SomeUserAccount"
roles="admin" />
</authorization>

and it is still remain false,

What's the role/user using which you are trying to access?
Are you using the SqlMembershipProvider with Forms-Authentication or
Windows-Authentication?


--
Happy Hacking,
Gaurav Vaish | www.mastergaurav.com
www.edujini-labs.com
http://eduzine.edujini-labs.com
-----------------------------------------
 
Back
Top