Gentlemen, I need guidance to start an ASP.NET MVC development project in Visual Studio. It is related 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, since it comes ready. But it does have one though, and it is related to tables created by it in a database. I could not integrate them into the tables in my system.
Faced with this I would like to ask you what I would recommend and why:
- Use the available authentication feature and adapt it to the new system under construction (I had trouble doing this), or
- Do not use the authentication feature and create login mechanisms and session manually (it gives more work and I miss the opportunity to use a good code generated by Visual Studio, but apparently I have more control over its operation.)
I really need to make this decision, so thank you in advance for your help!