I just installed MVC 4 and made a default internet project. I was able to create a username/login/change password.
In MVC 3, after creating a user, I would see an ASPNETDB.MDF file in the App_Data folder, and I would also be able to manage users/roles in the Website Administration Tool.
with MVC 4, I do not see an ASPNETDB.MDF file, even if i click show all files. Also, any new users created are not shown in the Website Administration Tool.
Is there anywhere else I can look to retrieve users / set rolls ?
Thanks