c# - Windows App and SQL Server -
What is the best practice for a window app that connects to a hosted SQL Server? I am currently using an IP based connection string with SQL authentication, nothing special; however, some clients can not connect using the 1433 port and I am assuming that there are some security concerns in the whole approach. Opening a SQL Server on the Internet is full of security concerns. I recommend that you write this MS article to Read:
Comments
Post a Comment