المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : protect connection string c# Form to remote sql server 2008



C# Programming
10-05-2009, 07:30 AM
Hi

I'm using Linq to sql with following Connection string

"Data Source=sqlAddress;Initial Catalog=DB;Integrated Security=False;User ID=userName;Password=myPass"

Program working fine and I can protect code, string in exe using nonreverse protection but how can i protect that connection string from snifers over TCP

Thanks