Hi..
I have a SQL Server 2005 Database .. I develop for the customers a C# Application , that sends some specific Information to my central Database.
If I would create a connection over tcp/IP (in order to send data to central database) like
sqlconnection1.ConnectionString =
"Data Source=192.XXX.Y.ZZ,1433;Initial Catalog=Muster;Integrated Security=True";it would not be reliable. How can we make that safe?
Thanks...