Although it’s nice that your users can now sign up and log in to your site, it would be a lot more useful
if you could differentiate among your users. That would enable you to grant access rights to one
or just a few users to access the Management folder so only they can change your reviews and genres.
With the Role Manager that ships with ASP.NET, this is pretty easy to do. The Role Manager
enables you to assign users to different roles. You can then use these roles to open or block specifi c
functionality in your site. For example, you can block access to the Management folder for all users
except for those in the Managers role. Additionally, you can display different content based on the
roles users have with the LoginView as you saw earlier.