1

Hi everyone i have a page asp.net but dont have any login system only a website project and 1 page. I prepared login system and registration system I want to add this project to login system MVC project But when i added to only page im giving a lot errors what's easy way to add this?

My website project :

enter image description here

My MVC project (with login system)

enter image description here

Ozan Manav
  • 429
  • 4
  • 18

1 Answers1

1

look into ASP.NET Identity here is a good post on how to implement ASP.NET Identity to an empty MVC project.

These links help

http://benfoster.io/blog/aspnet-identity-stripped-bare-mvc-part-1

http://benfoster.io/blog/aspnet-identity-stripped-bare-mvc-part-2

Community
  • 1
  • 1
Douglas
  • 177
  • 11