permission issue
Hello all,
I am having problem with this and need help.
I get this error message:
You did not have sufficient permission to view the previous page. Please login below
I checked the database and have permission number in the field but
it will take me to login page.
If Not (TypeOf Context.User Is SitePrincipal) _
OrElse Not CType(Context.User, SitePrincipal).HasPermission( _
CInt(MailingListsPermissions.AdministerData)) Then
Response.Redirect( loginpage.aspx)
Thank you for your help.
|