Problems to enable remote access SQL Server + Android

Asked

Viewed 84 times

1

Good afternoon I made a webservice on Asp.net, and I need to access it through an android application. In any normal function, it works normally, but if it is a 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 searches, I saw that I had to enable an option in SQL Server Management, making the remote access enabled, however, I use the local database of Visual Studio and not SQL Server itself. How to proceed?

1 answer

2

  • Anyway, I will have to install SQL Server Management and SQL Server Configuration Manager. I thought there was a way to enable this on Localdb, but I don’t think it’s possible. Thank you

Browser other questions tagged

You are not signed in. Login or sign up in order to post.