I am trying to modify the database Padrão
of Entity Framework
but the
Initial Catalog
is not being modified.
Test with the following Connection String:
<add name="VitecStore" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=VitecStore;database=VitecStore;Integrated Security=True" providerName="System.Data.SqlClient" />