I'm developing an application that requires user accounts to automatically be disabled if they haven't renewed their membership
Is there an easy way to do this with ASP.NET membership framework, where it is possible to define/set an expiration date?
Thanks