I deployed my ASP.MVC Application in monsterASP. also, I created a database and activated remote access but when I tried to update my database using : update-database
I got this error :
ClientConnectionId:00000000-0000-0000-0000-000000000000
Error Number:53,State:0,Class:20
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
my DefaultConnection is correct
Server=db9779.public.databaseasp.net; Database=db9779; User Id=db9779; Password=$$$$$$$$$$; Encrypt=False; MultipleActiveResultSets=True;
any one help me please