protect connection string c# Form to remote sql server 2008
-
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
-
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
Without knowing how or why your sending the entire connection string over the network, there's little anyone can tell you of any use.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
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