Hello. How would you redirect a user based on what their role is...I tried this but it did not work... if ( Roles .IsUserInRole( "Administrator" )) { Response.Redirect( "/admin/default.aspx" ); }
Posted to
Security
(Forum)
by
kjkramer1219
on
03-26-2008, 12:00 AM
Filed under: roles, Visual Web Developer 2008 Express Edition, .ASPX