0
Good Morning!
I have a project created and in it already contains an access control system that was created automatically when I created the project, I wonder if it would be possible to edit this access control or if it would be better to create a new one, I would like to send the data to a table in my database, currently it is using this connection:
<add name="DefaultConnection" connectionString="Data Source=(LocalDb)\v11.0;AttachDbFilename=|DataDirectory|\aspnet-Administracao-20151103112933.mdf;Initial Catalog=aspnet-Administracao-20151103112933;Integrated Security=True" providerName="System.Data.SqlClient" />
What should I do to save these records in my comic book? (below my connection to my comic book)
<add name="naescola" connectionString="Data Source=(localdb)\ProjectsV12;Initial Catalog=NaEscola;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;Min Pool Size=50" />
Explain better what your access control is: ASP.NET Identity, Membership or it’s something more customized?
– Leonel Sanches da Silva