Asp.net MVC ile çalışırken veritabanına entity framework ile bağlanırken karşılaşılan hata
This operation requires a connection to the 'master' database. Unable to create a connection to the 'master' database because the original database connection has been opened and credentials have been removed from the connection string. Supply an unopened connection.
Çözüm
Trusted_Connection=False;Persist Security Info=True
Yorumlar
Yorum Gönder