@BCA_Vibes
Design a website which based on user role, user will be
redirected to specific page. Create at least 2 roles, and web
pages for each role. Both pages must use different master
pages. (For example, user belongs ‘Admin’ role will
automatically redirected to ‘Admin.aspx’ which uses
‘Admin.master’ master page, and user belongs to
‘Customer’ role, automatically gets redirected (after login) to
customer.aspx page which uses master page
customer.master).