From here you can edit, enable, disable, or delete existing users. For example, if you previously
set DisableCreatedUser to True in the CreateUserWizard, you can enable the user here by
checking the check box in front of the username, visible in Figure 16-19. You can change the roles
that are assigned to the user by clicking the Edit Roles link. Also, using the filter controls and the
alphabet above the user list, you can quickly search for a specific user in case you’re dealing with
a lot of user accounts.
9. To see where your user and role ended up, close the browser and go back to VS. On the Solution
Explorer, double-click the PlanetWrox.mdf database in the App_Data folder to open it in the
Database Explorer window. Then expand the Tables node, right-click the Roles table, and choose
Show Table Data. The role you created in step 5 should be listed. Open up some of the other tables
such as Memberships and UsersInRoles and inspect the data they contain. In the first table, you
should see the user account you created in steps 6 and 7, and the latter table contains a relationship
between the new role and user account.