Posted on: 4/8/2015 2:13:32 PM | Views : 748

Hello,
During the year I have built a simple website using web forms and a simple authentication.
This is the site: http://yproject.gear.host/                                            Admin User: Admin:111
This is the source code: https://github.com/rubik951/Augmented-Reality/tree/master/Web%20Froms

Now I am working on the same site but with the MVC framework, I would like to use the same Users system like in my previous  site, but with ASP.NET Identity to make things easier.
This is the MVC Site: http://rubik.gear.host/
This is the current Source Code: Go to the complete details ...