When I create new users while debugging, they are saved to the database but not visible when I open the website admin tool. Also, I cannot log in with the users that were first created in the website admin tool. I do not have this problem when working with an MVC 3 application. With MVC 3, the users I created while debugging will be present in website admin tool and I am also able to log in to the website with the any user that was first created within the tool. How can I get the same functionality in my MVC 4 application?
↧