ASP.net MVC2. Populated model is not getting back to the controller
问题 Say I input 'email@domain.com' and 'password' into the login fields. The data annotations in AuthModel.cs throw back that the values aren't populated. So the data in the html form is never actually populating the model thats being thrown around. In my awesomeness, I made a lot of hurried changes yesterday before closing the solution and didn't test the changes I had made. As a result, I don't know what I changed to break this. If I need to post anything else let me know. AuthController.cs ...