Good afternoon I made a webservice in asp.net, and I need to access it through an android application. In any normal function, it works normally, but if it is some function that has access to the database, it causes the following error:
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.
After some research, I saw that I had to enable an option in SQL Server Management, causing remote access to be enabled, however, I use the local Visual Studio database and not the SQL Server itself. How to proceed?