Authentication failed,
Are you using Windows Authentication in your connection string? That works on Windows but not on Android.
Change to SQL Authentiction instead.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
please hekp me to solve problem below..
There is a small .netMaui software connect to SqlServer. Once I run "Windows Machine", everything is fine.
Once I turn it to Android emulatr, I get error message belowe.
How can I solve it?
{Microsoft.Data.SqlClient.SqlException (0x80131904): A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: TCP Provider, error: 35 - An internal exception was caught)
---> System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception.
---> Interop+AndroidCrypto+SslException: Exception of type 'Interop+AndroidCrypto+SslException' was thrown.
Authentication failed,
Are you using Windows Authentication in your connection string? That works on Windows but not on Android.
Change to SQL Authentiction instead.