I just installed MVC 4 and made a default internet project. I was able to create a username / password for login / change.
In MVC 3, after creating the user, I will see the ASPNETDB.MDF file in the App_Data folder, and I will also be able to manage users / roles in the Website Administration Tool.
with MVC 4, I do not see the ASPNETDB.MDF file, even if I click show all files. In addition, all new users are not displayed in the Website Administration Tool.
Is there anywhere else that I can find to download users / roll sets?
thank
source
share