Hi,
In a .NET Core Application, my requirement is if user inputs SqlServerName:PortNumber or SqlServerName\SqlInstance, username and password
If connection is successful, say success
If access denied say success
If timeout say failure not accessible.
Im using VS2022 and .NET Core 6.
Please help.
Thanks