asp.net mvc 4 - Validating Username and password using OWIN in MVC5 -
using owin want validate username , password not use default aspuser table custom user table in mvc 5.
if use code first approach check model validation
in other words, if don't want use generated tables have write own classes migrate them database. in process of writing classes have add validations too.
Comments
Post a Comment