I have created software in c#.net which has some database into it. After creating a .exe file it works fine in my system but after installing that application in another system it gives following error.
Error: A network-related or instant 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 connection. (provider: SQL Network Interfaces, error: 26 - Error locating server/instance specified).
I have tried installing SQL Server and .net framework in client's machine but still, it's not working.
Do I need to install anything else on the client's pc to run my application?