Summary
The Membership system, new to ASP.NET v2.0, provides an easy way for programmers to manage user data. A well-documented API of static methods and classes enables us to manipulate user data without worrying about the underlying data store. ASP.NET by default provides a Microsoft Access database to store this data.
