I'm new to asp.net MVC.
I'm using VWD Express 2012,ASP.NET MVC 4 Web Application template, Razor engine to develop my web application.
This is the problem I'm having:
After enable and created role(Administrator) and user account in Project -ASP.NET configuration. I couldn't log in with the account I just created. The error message is "The user name or password provided is incorrect." However in the tutorial, MvcMusicStore(http://www.asp.net/mvc/tutorials/mvc-music-store/mvc-music-store-part-7) I followed their steps and successfully created Administrator account. Therefore, I couldn't find out what caused that problem.
But the account I created by Ctrl + F5 - "Register" on the top left is able to log in.
Thanks for your time reading this post. Any hints or website links are appreciated.