Authorizing the user
Once you have done this, authorizing a user is same as in Windows authentication.
Code:
if(User.IsInRole("manager")
{
//display all options
}
else
{
//display limited options
}
__________________
S.VinothkumaR
Behind me is infinite power,
Before me is Endless Possibility,
Around me is Boundless Opportunity,
Why should I fear!