I am trying to implement Login webpage using asp.net MVC in C# but I want to use MS-access database. The one which is in-built in MVC template uses MS-SQL database. What can be the changes I need to do in achieving this.
Please reply.
I am trying to implement Login webpage using asp.net MVC in C# but I want to use MS-access database. The one which is in-built in MVC template uses MS-SQL database. What can be the changes I need to do in achieving this.
Please reply.
Here is a how-to from MS about doing this on MVC5. I suggest taking the time to go through this and learning the best practices before you try to hack your way to fame and fortune. The only other thing i can say here is to never ever store a password, always store it's hash value.