How do I use the Visual Studio Authentication feature for an ASP.NET MVC project?

Asked

Viewed 99 times

3

Gentlemen, I need an orientation to begin an ASP.NET MVC development project at Visual Studio. It relates to the implementation of the Authentication feature when creating a new ASP.NET project. My system will have two types of users, which will need to be logged into the system to use it. I saw that the available authentication feature is very good and efficient, because it comes ready. But it has a however, and it is related to the tables created by him in a database. I could not integrate them to the tables of my system.

Therefore I would like to ask you what you would recommend me to do and why:

  • Use the available authentication resource and adapt it to the new system under construction (I had difficulties doing this), or
  • Do not use authentication feature and create login mechanisms and session manually (it takes more work and I miss the opportunity to use good code generated by Visual Studio, but apparently I have greater control over its functioning).

I really need to make this decision, so I thank you in advance for your help!

Configuração do método de autenticação

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.