user4226899
user4226899

Reputation:

Connect application written with Entity Framework to SQL Server 2014 database from client maschine

enter image description here

enter image description here

enter image description here

I developed a simple application that is based on the Entity Framework 6.

The same application uses a database that was created in SQL Server 2014. When I run the application from my computer everything is ok and working properly .

But now I want to try to run the same application with my other computers. Two computers are networked, belong to the same network group.

All protocols in SQL Server configuration are enabled. What is needed more to do that I can successfully launch the application?

My application is written with Visual Studio and vb.net as programming language.

Upvotes: 0

Views: 122

Answers (1)

WinnerIT
WinnerIT

Reputation: 125

  • possibly you have localhost in the connection string in the config. file of your application
  • sql server browser doesn't run on pc where sql server runs.
  • sql ports are not allowed in your firewall

Upvotes: 1

Related Questions