I'm a bit new to this and I have a problem. I have created a system with the basic operations, add, modify, delete and search. This system is made in C # with the Visual Studio 2013 program, the database is created in SQL SERVER 2008. It is all finished and I have made its installer.
The problem is that when I install the system on another PC, it marks me an error and I do not know what it is.
The error says the following:
Error related to the network or specific instance while established a connection with the SQL SERVER server. The server or this one was not accessible. Check that the name of the instance is correct and that SQL SERVER is configured to support remote connections (provider: SQL SERVER Interfaces, error: 26 - Error when searching for the specified server or instance).
Help is urgent.
Noce if I have to upload the database to a server and if so how to connect it to the project.