Codesnip: Redirecting a User to a Specific Page with Forms Authentication
Posted by: ASPAlliance.com - The #1 ASP.NET Community,
on 08 Jun 2005 |
View original | Bookmarked: 0 time(s)
In most cases, when using Forms Authentication, redirecting a user to their originally requested page, or default.aspx, is the desired action. However, there may be times where you want to redirect a user to a specific page based on role membership, or to enforce a password change, or for some other reason. This codesnip will show you how to do so....