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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -