Adjust Remote Connection to update ADOModel.edmx with database changes
.NET (Core and Framework)
1
Posts
1
Posters
1
Views
1
Watching
-
Hello ASK a Question
I am trying to update an Ado Model with the changes I made to the view of a sql server database. The method to update is the Database-First. The issue is that when I want to connect remotely to update the model with the database changes it does not connect me and I get an error message. Below I show the message:
You can see on the server that the box allows remote connection to the server is activated:
I also show the Sql Server Configuration manager with the name of the instance and the TCP / IP protocol enabled:
If you help me find a solution so that I can make the remote connection and can update the ADOModel.edmx with the changes in the database. Thank you in advance.