Authentication in an ASP.NET application
@ The Membership service convered all the details of authentication for an applications, whereas the Role Management service covers authorization.
@ To allow forms authentication in your web application, the 1st step is to turn on this Membership service in the web.config file.