ASP.NET membership password expiration
I am using ASP.NET membership for the authentication of my web app. This worked great for me. I now have to implement password expiration. If the password has expired the user should be redirected to ChangePassword screen and should not be allowed access to any other part of the application without changing the password. There are many aspx pages. One solution could be to redirect to the ChangePassword screen OnInit of every aspx if the password has expired. Is there any other solutions or recommendations. Thanks, Jai Andrew Further to csgero's answer , I found that you don't need to