Good morning!
I have a project created and it already contains an access control system that was created automatically when I created the project, I would like to know 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 for a table in my bank, he is currently 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 to my DB? (below my connection to my DB)
<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" />