I'm trying to migrate the database created automatically by Identity to control user authentication and this error appears:
%pre%My connection string looks like this:
%pre%With this same user (sa - who is the owner of the master database) and password I can create database normally through Management Studio, however when I try to create it through the migration of Visual Studio it gives this error. The user and password are correct, the user "sa" is allowed to everything in SQL Server. What can it be?